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.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e6b6809b20ad006a49a6659cd8217f2da34579a21edbb825e09124ad364ddf7 |
|
MD5 | b9e5596e1df799f1ff9f61b4de97313f |
|
BLAKE2b-256 | fdd0e2b8b5124f3799bce8ba7a2112c1228ae1b24649e766f70f9c6f64673110 |