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_emails'] 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
TODO
----
1. Preview link in admin panel
2. Better input rendering (specially radio buttons)
3. Themes for forms
4. Better success and failure messages (form submission)
5. Better export formats for submissions
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_emails'] 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
TODO
----
1. Preview link in admin panel
2. Better input rendering (specially radio buttons)
3. Themes for forms
4. Better success and failure messages (form submission)
5. Better export formats for submissions
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
forman-0.1.4-py2.7.egg
(16.3 kB
view details)
File details
Details for the file forman-0.1.4-py2.7.egg
.
File metadata
- Download URL: forman-0.1.4-py2.7.egg
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa46288b23e9b2b10ed94d1e148f5fc2cdb4cf74e925408780abef4496ca56f9 |
|
MD5 | 54333419a77d1ca28a96c4f989085b85 |
|
BLAKE2b-256 | 3e64c54889c04ccc2fda8d72a23a52d6f2318efd41c0cd5b0586db5f2b45cda6 |