A small example package
Project description
===== djangoWenzhi
djangoWenzhi project is demo application for codingsoho
Detailed documentation is in the "docs" directory.
Quick start
-
Add "wenzhi" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'wenzhi', ]
-
Include the polls URLconf in your project urls.py like this::
url(r'^wenzhi/', include('wenzhi.urls')),
-
Run
python manage.py migrateto create the wenzhi models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a models if needed (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/wenzhi/ 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
File details
Details for the file djangoWenzhi-0.0.1.tar.gz.
File metadata
- Download URL: djangoWenzhi-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54ad0d3acfb96d0a64798492cd1730a709abebf72eb34dc68678a97ecd7e12df
|
|
| MD5 |
0a3de390d1a69cd717c22d629ab734ca
|
|
| BLAKE2b-256 |
9f2f41b44cc1507ca3590083b2e2e2522629629fd412115ffeec4d5592d6a06d
|