Basic Framework Web-based.
Project description
Base 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 “base” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'base', ]Include the polls URLconf in your project urls.py like this:
url(r'^base/', include('base.urls')),Run python manage.py migrate to create the base models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a base (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/base/ 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-base-1.0.3.tar.gz
(10.3 MB
view details)
File details
Details for the file me-django-base-1.0.3.tar.gz.
File metadata
- Download URL: me-django-base-1.0.3.tar.gz
- Upload date:
- Size: 10.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21f18a3531f3d8a0ff26d2d1376f47755fde060ab1fdb22d48ce175082ebfb9c
|
|
| MD5 |
3e0e4b99062b5e95192fb97867842371
|
|
| BLAKE2b-256 |
6eac72eabe3d11dadfc8272f449eec582418b2667e4952f744bb1dc320739eda
|