The easiest and most flexible Django CMS Form builder w/ ReCaptcha v2 support!
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
You may also like…
djangocms-gmaps — https://github.com/mishbahr/djangocms-gmaps
djangocms-instagram — https://github.com/mishbahr/djangocms-instagram
djangocms-responsive-wrapper — https://github.com/mishbahr/djangocms-responsive-wrapper
djangocms-twitter2 — https://github.com/mishbahr/djangocms-twitter2
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
File details
Details for the file djangocms-forms-0.1.9.tar.gz
.
File metadata
- Download URL: djangocms-forms-0.1.9.tar.gz
- Upload date:
- Size: 132.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6c877c5f3c1a480b666536c32f23c5f3e9dd378808b231227a43e059ac60dd0b
|
|
MD5 |
6a07114e547a44643484aecacfd29a38
|
|
BLAKE2b-256 |
9c8652bbd689eee05dadccde274e65faccf05a2f7997bb39c94d5ee602aa9e3b
|