Skip to main content

A simple Django app to create surveys and manage submissions

Project description

=====
forman
=====

forman is a simple Django app to create survery forms and collect and export submissions

Quick start
-----------

1. Add "forman" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'forman',
]

2. Include the polls URLconf in your project urls.py like this::

url(r'^forman/', include('forman.urls',namespace='forman')),

3. Run `python manage.py migrate` to create the forman models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a survey (you'll need the Admin app enabled).
5. configure settings.FORMAN['sender_email'] and settings.FORMAN['receiver_email'] values
6. Visit http://127.0.0.1:8000/survey/<survey_id> to fill in survey
7. Visit http://127.0.0.1:8000/survey/<survey_id>/download to download a csv of submissions

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

forman-0.1.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distributions

forman-0.1.3-py2.7.egg (16.3 kB view hashes)

Uploaded Source

forman-0.1.3-py2-none-any.whl (11.7 kB view hashes)

Uploaded Python 2

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