Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyninjas-blog-0.0.2.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

pyninjas_blog-0.0.2-py2.py3-none-any.whl (13.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyninjas-blog-0.0.2.tar.gz.

File metadata

File hashes

Hashes for pyninjas-blog-0.0.2.tar.gz
Algorithm Hash digest
SHA256 1aa5d05af753bb68d3c6d04545a370d303cf2fb64224a64f142684f11fddfaf8
MD5 794d7f115bc6e719494bdbacaada8005
BLAKE2b-256 f1d25fbd9cda6d5b3d1e4db06a9a4ebf08dc9f424c30f3bfeeb63a388dd6ba63

See more details on using hashes here.

File details

Details for the file pyninjas_blog-0.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyninjas_blog-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4b0798a6fa02d9afef335860f21e664f7c3a1387697d2d3b8f6023538a7fefdf
MD5 4629bf8167e059ec6548d36a8df47912
BLAKE2b-256 3c4d2a16a0d7c1c94a0efa9487826a4293ca17362f4ae8f43460c577a78f9b0e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page