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.9.tar.gz
(69.6 kB
view hashes)
Built Distribution
Close
Hashes for molo.forms-10.1.9-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cce36d62c258f6dd8fa5713b74fdeef36832e1d028700e8e0620ba8133b85253 |
|
MD5 | dd90f245e6ea736be1b6a9119cd32cc1 |
|
BLAKE2b-256 | d28a88fc40130b762c34a88cbbed4563f20cba426fa0eb034a5cb09ef82abf46 |