blog is an app that enables users to publish posts across the the platform.
Detailed documentation is in the “docs” directory.
Quick start
Add “blog” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'blog', 'contact', ]Include the blog URLconf in your project urls.py like this:
path('blog/', include('blog.urls')), path('contact/', include('contact.urls', namespace='contact')),Run python manage.py migrate to create the post models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a Post (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/ to participate in the blog.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-jo-blog-app-0.1.4.tar.gz
(23.4 kB
view details)
File details
Details for the file django-jo-blog-app-0.1.4.tar.gz.
File metadata
- Download URL: django-jo-blog-app-0.1.4.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3ededd506e1d02878868ee021b6912307d30ece25f8fddc4aec8d720624a535
|
|
| MD5 |
8a1e4d3a439626946c05ebba08087edc
|
|
| BLAKE2b-256 |
cec7ab89f18fa77c9336283620ec373020621a897c461559009e5ffe1a01de82
|