A form builder for Molo applications.
Project description
A form builder for Molo applications
Installation:
pip install molo.forms
- Testing:
read the .travis.yml file follow the instructions under the scripts heading
Django setup:
INSTALLED_APPS = ( # ... 'molo.forms', # ... )
In your urls.py:
from molo.forms import urls ... url(r"^forms/$", include(urls)), ...
In your main.html:
{% load molo_forms_tags %} {% block content %} {% forms_list %} {% endblock %}
In your section page or article page:
{% load molo_forms_tags %} {% block content %} {{% forms_list_for_pages page=self %} {% endblock %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
molo.forms-10.1.14.tar.gz
(71.5 kB
view hashes)
Built Distribution
Close
Hashes for molo.forms-10.1.14-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a609af59198a24a80b092f091ad8db69a6c1fafb8a48740f7768c3066a02efd6 |
|
MD5 | 3ef00e6cb1f6830ee2497eee9e04a43b |
|
BLAKE2b-256 | 34534fd285d446abd6439ce34d4018dad4492976e8007cab732b211fee356ef8 |