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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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