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.6.tar.gz
(68.5 kB
view hashes)
Built Distribution
Close
Hashes for molo.forms-10.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb6c9d802f4decbf600835b2a38db7dc73b811fc1ca39639f8e20bff857bd63e |
|
MD5 | c9c13e2e297dca825ffbdb47a78a18d8 |
|
BLAKE2b-256 | ea794090a61111b07b03334660bded2ccf59392a347da894dc37837575867fa2 |