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.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20162e2de0823d2a511f683acd23683637e5165b8966e86151d4eac351b1669d |
|
MD5 | 1534d69876b3f7602185bcbfd4d30d01 |
|
BLAKE2b-256 | 4453872b157901fc84857369928cd50d4269e670f00a2f8c75c11e34e359bb6d |