A Django blog app with features of a standard blogging platform.
Project description
bloggy
bloggy is A Django blog app with features of a standard blogging platform, Comment system and tagging functionality, System to share your site's content by email and a custom sitemap and feed for blog posts.
Detailed documentation is in the docs directory.
Quick start
-
Add bloggy to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'blog', ]
-
Include the blog URLconf in your project urls.py like this:
path('blog/', include('blog.urls')),
-
Run python manage.py migrate to create the polls models.
-
Start the development server and visit http://127.0.0.1:8000/admin/ to create a blog (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/blog/ 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
Built Distribution
File details
Details for the file django-bloggy-1.0.tar.gz
.
File metadata
- Download URL: django-bloggy-1.0.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f41013d1abd3dfb359845a650654626ac3d9af8004288a23ed94a03cd748718 |
|
MD5 | 0c0aa751d66244009f02a365e06fcd05 |
|
BLAKE2b-256 | 29f0d5d860a5dfa020f67092f61ee286bc8dd481a3c94f875f3ba4e86e4b4696 |
File details
Details for the file django_bloggy-1.0-py3-none-any.whl
.
File metadata
- Download URL: django_bloggy-1.0-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15a69ae1074fc7a8f54e5d96240eb5ffcb597ae01edbd987dc6a07497b5a8683 |
|
MD5 | 90bb6e064ad8c7a4b60530252f6fad98 |
|
BLAKE2b-256 | d2c30abfd2985245cdd1124a766ee2b0d1fc5099e4373bb73cb2fbe561ae3515 |