Skip to main content

django-dynamic-forms is a reusable Django application to create and configure forms through the admin.

Project description

INSTALLATION

Add 'dynamic_forms' to the INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'dynamic_forms',
    ...
)

Add 'dynamic_forms.middlewares.FormModelMiddleware' to the MIDDLEWARE_CLASSES (probably at the end):

MIDDLEWARE_CLASSES = (
    ...
    'dynamic_forms.middlewares.FormModelMiddleware'
)

You can set DYNAMIC_FORMS_EMAIL_RECIPIENTS in your settings to a list of e-mail addresses. Forms being send via e-mail will then be send to those addresses instead of those defined in settings.ADMINS. Each recipient will see all other recipients. See send_mail in the officiall documentation.

Example

  1. Change into the example/ directory

  2. Run ./manage.py runserver

The admin is available at http://127.0.0.1:8000/admin/.

  • Username: admin

  • Password: password

You can find an example form at http://127.0.0.1:8000/example-form/.

Running the tests

  1. Change into the tests/ directory

  2. Run ./runtests.sh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dynamic-forms-0.1.tar.gz (40.9 kB view hashes)

Uploaded Source

Built Distributions

django_dynamic_forms-0.1-py33-none-any.whl (43.3 kB view hashes)

Uploaded Python 3.3

django_dynamic_forms-0.1-py27-none-any.whl (43.3 kB view hashes)

Uploaded Python 2.7

django_dynamic_forms-0.1-py26-none-any.whl (43.3 kB view hashes)

Uploaded Python 2.6

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page