django-envelope:Django联络表格应用程式

时间:2021-05-02 19:32:16
【文件属性】:
文件名称:django-envelope:Django联络表格应用程式
文件大小:71KB
文件格式:ZIP
更新时间:2021-05-02 19:32:16
Python django信封 django-envelope是适用于Django Web框架的简单联系表单应用程序。 基本用法 使用pip install django-envelope 。 将envelope添加到您的INSTALLED_APPS 。 创建一个模板envelope/contact.html {% render_contact_form %} ,其中包含对{% render_contact_form %}模板标签的调用。 可以通过在模板顶部放置{% load envelope_tags %}来导入此标签。 将应用程序的URLconf钩在您的urls.py如下所示: urlpatterns = patterns('', #... (r'^contact/', include('envelope.urls')), #... ) 有关更多自定义选项,请
【文件预览】:
django-envelope-master
----MANIFEST.in(198B)
----.travis.yml(749B)
----README.rst(2KB)
----.coveragerc(138B)
----docs()
--------reference.rst(995B)
--------conf.py(7KB)
--------usage.rst(2KB)
--------make.bat(5KB)
--------install.rst(605B)
--------changes.rst(4KB)
--------development.rst(2KB)
--------cookbook.rst(6KB)
--------configuration.rst(1KB)
--------Makefile(5KB)
--------index.rst(638B)
--------customization.rst(4KB)
----AUTHORS.rst(423B)
----test_requirements.txt(47B)
----tests()
--------templates()
--------test_forms.py(4KB)
--------test_views.py(6KB)
--------__init__.py(0B)
--------settings.py(2KB)
--------urls.py(628B)
--------test_templatetags.py(979B)
--------test_spam_filters.py(1KB)
----tox.ini(551B)
----example_project()
--------templates()
--------__init__.py(0B)
--------settings.py(2KB)
--------requirements.txt(65B)
--------manage.py(252B)
--------urls.py(657B)
----LICENSE(1KB)
----envelope()
--------models.py(24B)
--------templates()
--------spam_filters.py(454B)
--------locale()
--------__init__.py(456B)
--------settings.py(574B)
--------signals.py(257B)
--------views.py(4KB)
--------templatetags()
--------urls.py(182B)
--------forms.py(4KB)
----runtests.py(385B)
----setup.cfg(90B)
----doc_requirements.txt(81B)
----requirements.txt(13B)
----setup.py(1KB)
----.gitignore(147B)
----APACHE_LICENSE(11KB)

网友评论