A Django universal model using 4 table .
Project description
universal-model-django is a Django app to conduct web-based polls. For each question, visitors can choose between a fixed number of answers.
Quick start
Add “universal-model-django” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'universaldjango', ]dont Include the universaldjango URLconf in your project urls.py like this:
path('polls/', include('universaldjango.urls')),Run python manage.py migrate to create the universaldjango models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a universaldjango (you’ll need the Admin app enabled).
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
universaldjango-0.1.tar.gz
(4.3 kB
view details)
File details
Details for the file universaldjango-0.1.tar.gz.
File metadata
- Download URL: universaldjango-0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89bf9af1464cdff0f9811be36866015bcb208c07e45c9be50fb211603a8dcc7f
|
|
| MD5 |
e83f2a5d55b3faf5113a654d8a5ba783
|
|
| BLAKE2b-256 |
d3e1588079246af23ed641303fb9cdb60023d37957446a2543b3645cb72f30f7
|