A simple Django app to attach forms to pages.
Project description
=====
Customforms
=====
Customforms is a simple Django app to attach forms to pages.
Quick start
-----------
1. install django-wagtail-customforms from https://pypi.python.org/pypi/django-wagtail-customforms
pip install django-wagtail-customforms
2. Add "customforms" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'customforms',
]
3. Check out the example app for usage.
4. Run `python manage.py migrate` once your models are set up.
Customforms
=====
Customforms is a simple Django app to attach forms to pages.
Quick start
-----------
1. install django-wagtail-customforms from https://pypi.python.org/pypi/django-wagtail-customforms
pip install django-wagtail-customforms
2. Add "customforms" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'customforms',
]
3. Check out the example app for usage.
4. Run `python manage.py migrate` once your models are set up.
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
Close
Hashes for django-wagtail-customforms-0.2.8a0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0c43aae762138772c860186bc8cda6d57779b53c895e056ebdde628787ab113 |
|
MD5 | 7af20a42a2ef750263c7a5dd3bf495ae |
|
BLAKE2b-256 | 83cb4fa56256f845705fb223aef7d32889243a34b987ac7534e94d8aa2e6e14f |