Basic Framework Web-based.
Project description
Util is a Django app to conduct Web-based base. For each question, visitors can choose between a fixed number of answers.
Detailed documentation is in the “docs” directory.
Quick start
Add “util” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'util', ]Include the polls URLconf in your project urls.py like this:
url(r'^util/', include('util.urls')),Run python manage.py migrate to create the util models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a util (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/util/ to participate in the base.
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
me-django-util-0.1.2.tar.gz
(5.0 kB
view details)
File details
Details for the file me-django-util-0.1.2.tar.gz.
File metadata
- Download URL: me-django-util-0.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1be0a377169905704e255e4e6ca1f344e3d28570c8905d79721c45ad7f4544d
|
|
| MD5 |
31f9b59c841ef15a84fb06f93bb1b733
|
|
| BLAKE2b-256 |
04bec02d654c8faab5770aeed67d29b7baef72d93c8dcd9517e3eb696c53e9a6
|