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.7.tar.gz
(68.7 kB
view hashes)
Built Distribution
Close
Hashes for molo.forms-10.1.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19f219ebd57488ab40b2dbd14a3514765e2d70bed0a9fa0382f7fd0b3c7b2ae3 |
|
MD5 | 957391961d21201b240aa3c16a5f65e5 |
|
BLAKE2b-256 | e41aab72dfef4da0c2b1f79fdd970d1aa4308de88371c8c3fc3df18256c74322 |