Simple Blog Application for Django
Project description
INSTALL
Using pip: pip install pyninjas-blog
Using source code: python setup.py install
Add pyninjas.blog to INSTALLED_APPS:
INSTALLED_APPS = [
# other apps
'pyninjas.blog',
]
Add pyninjas.blog.urls to your project’s urls:
urlpatterns = [
# other urls
path('blog/', include('pyninjas.blog.urls', namespace='blog')),
]
By default pyninjas-blog has all templates needed for the blog. However it uses simple template for demo. You can enhance it with your current template by rewriting them:
FEATURES
[x] Use of HTML as article format [] Atom and RSS feeds [] Preview for blog posts before publishing [x] slug only tag and article urls [] OpenGraph meta data [] Multilevel comments (replies) [] Loding contents using ajax
License
Copyright (c) 2018 Emin Mastizada and contributors. MIT License.
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 pyninjas-blog-0.0.2.tar.gz
.
File metadata
- Download URL: pyninjas-blog-0.0.2.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1aa5d05af753bb68d3c6d04545a370d303cf2fb64224a64f142684f11fddfaf8 |
|
MD5 | 794d7f115bc6e719494bdbacaada8005 |
|
BLAKE2b-256 | f1d25fbd9cda6d5b3d1e4db06a9a4ebf08dc9f424c30f3bfeeb63a388dd6ba63 |
File details
Details for the file pyninjas_blog-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyninjas_blog-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b0798a6fa02d9afef335860f21e664f7c3a1387697d2d3b8f6023538a7fefdf |
|
MD5 | 4629bf8167e059ec6548d36a8df47912 |
|
BLAKE2b-256 | 3c4d2a16a0d7c1c94a0efa9487826a4293ca17362f4ae8f43460c577a78f9b0e |