A simple Django app to conduct Web-based Blog Home.
Project description
Home is a simple Django app to conduct Web-based Blog Home. For each question, visitors can choose between a fixed number of answers.
Detailed documentation is in the “docs” directory.
Quick start
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'home', ]- Include the polls URLconf in your project urls.py like this::
path(‘’, include(‘home.urls’)),
Run python manage.py migrate to create the home models.
Visit http://127.0.0.1:8000/ 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
django-blog-home-0.3.tar.gz
(29.1 kB
view details)
File details
Details for the file django-blog-home-0.3.tar.gz.
File metadata
- Download URL: django-blog-home-0.3.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6436a74a65c1f6c33f463d8e4e376c23749b29617d469edc77c162cfd2b53143
|
|
| MD5 |
7d34b740163386e65f11e6c17bc1d013
|
|
| BLAKE2b-256 |
a8e9cfa92fd00b3f81c3b5c7554169d8eb5723a4fa8b55e43d32a6f9c43f5e55
|