Skip to main content

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.

Project details


Release history Release notifications | RSS feed

This version

0.1

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)

Uploaded Source

Built Distribution

django_codebase-0.1-py2-none-any.whl (7.1 kB view details)

Uploaded Python 2

File details

Details for the file django-codebase-0.1.tar.gz.

File metadata

File hashes

Hashes for django-codebase-0.1.tar.gz
Algorithm Hash digest
SHA256 4fcd8834a8f80aeeecd303fa377dce0d40bf8eaf96d89bb96490dd1653eff462
MD5 63a4f0b06f7e967f6b8a8b9b52f3ea7a
BLAKE2b-256 aaf744e682ebd3d4282bd8bd53265595bedf119e6d87ebbd5deb20e2fb25107a

See more details on using hashes here.

File details

Details for the file django_codebase-0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for django_codebase-0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 9251f66a78a458dd29c661940569110cb4ea479824bb43acda149a1119d05bbf
MD5 c603bd6cc7ff25801fa5edf28c45a1b1
BLAKE2b-256 9d98f547283ee89a74c6c9f506692515b03aca78d9641db6bf10603fecd96be3

See more details on using hashes here.

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