The easiest and most flexible Django CMS Form builder!
Project description
This project requires django-cms v3.0 or higher to be properly installed and configured.
Quickstart
Install djangocms-forms:
pip install djangocms-forms
Add djangocms_forms to INSTALLED_APPS:
INSTALLED_APPS = ( ... 'djangocms_forms', ... )Sync database tables (requires south>=1.0.1 if you are using Django 1.6.x):
python manage.py migrate
Add djangocms_forms.urls to your project’s urls module:
urlpatterns = patterns( ... url(r'^', include('djangocms_forms.urls')), ... )
Preview
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
djangocms-forms-0.1.1.tar.gz
(129.2 kB
view details)
File details
Details for the file djangocms-forms-0.1.1.tar.gz.
File metadata
- Download URL: djangocms-forms-0.1.1.tar.gz
- Upload date:
- Size: 129.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b601d3a4faf14991ec9067e2da19c7f3025065ef64ef3bed86ea5f76402c61a
|
|
| MD5 |
ff19247319f66bb718ee5536259f440b
|
|
| BLAKE2b-256 |
776a49f48461acbc9ca4f11671b576a9b272f8d377e5f32e131ac767cee5e4b8
|