A simple Django app to conduct Web-based polls.
Project description
=====
CodeBase
=====
codebase is a simple Django app to conduct Web-based polls. For each
question, visitors can choose between a fixed number of answers.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "codebase" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'codebase',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^codebase/', include('coodebase.urls')),
3. Run `python manage.py migrate` to create the codebase models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/codebase/ to participate in the poll.
CodeBase
=====
codebase is a simple Django app to conduct Web-based polls. For each
question, visitors can choose between a fixed number of answers.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "codebase" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'codebase',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^codebase/', include('coodebase.urls')),
3. Run `python manage.py migrate` to create the codebase models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/codebase/ to participate in the poll.
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
django-codebase-0.1.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file django-codebase-0.1.tar.gz
.
File metadata
- Download URL: django-codebase-0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fcd8834a8f80aeeecd303fa377dce0d40bf8eaf96d89bb96490dd1653eff462 |
|
MD5 | 63a4f0b06f7e967f6b8a8b9b52f3ea7a |
|
BLAKE2b-256 | aaf744e682ebd3d4282bd8bd53265595bedf119e6d87ebbd5deb20e2fb25107a |
File details
Details for the file django_codebase-0.1-py2-none-any.whl
.
File metadata
- Download URL: django_codebase-0.1-py2-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9251f66a78a458dd29c661940569110cb4ea479824bb43acda149a1119d05bbf |
|
MD5 | c603bd6cc7ff25801fa5edf28c45a1b1 |
|
BLAKE2b-256 | 9d98f547283ee89a74c6c9f506692515b03aca78d9641db6bf10603fecd96be3 |