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-11.2.0.tar.gz
(75.9 kB
view hashes)
Built Distribution
Close
Hashes for molo.forms-11.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 913fe0ded2300212abc1e82fab6b16ea07ca102205e6641361af8b2d20301761 |
|
MD5 | 221167f8db66afede51a9179ea89bde9 |
|
BLAKE2b-256 | d57cddc26949c3559f49ec5288b8c693bf60230e6961e05a9465fa3b0c783b61 |