=====
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
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
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 details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
forman-0.1.3-py2.7.egg
(16.3 kB
view details)
forman-0.1.3-py2-none-any.whl
(11.7 kB
view details)
File details
Details for the file forman-0.1.3.tar.gz.
File metadata
- Download URL: forman-0.1.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db4ebfc42a2400313f4a9dfe48cd1524f5a218d05ccc4314a0b8f991d13d6ba4
|
|
| MD5 |
d9027f081037a6d99f2798102766cb60
|
|
| BLAKE2b-256 |
67a1454cbe6b4cbb123dec0902622a021b4d530c7cf7d434a4c1b419bbb12708
|
File details
Details for the file forman-0.1.3-py2.7.egg.
File metadata
- Download URL: forman-0.1.3-py2.7.egg
- Upload date:
- Size: 16.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68423e59d002a41de205881d90492bffa62e06aad7af6f84bff3f5929ec08e31
|
|
| MD5 |
48e7a0993204526fdfd998b1fe152777
|
|
| BLAKE2b-256 |
d49b987f5568eeebb95df0fd3392f978b4219b72f23e1b0ccb25f2e41ca69faa
|
File details
Details for the file forman-0.1.3-py2-none-any.whl.
File metadata
- Download URL: forman-0.1.3-py2-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa3b6888504f626243a85bf4c58b8ed55bcb94bd00e333960fdcbd903119ddc5
|
|
| MD5 |
973f5d0ed2b786120d1208e7b3637bdb
|
|
| BLAKE2b-256 |
2b3d18878243ebd7ca125187c37dbcc266f975bc638e59bd3fb6999417b38227
|