Skip to content

arkryonia/django-blog-it

 
 

Repository files navigation

django-blog-it

https://readthedocs.org/projects/django-blog-it/badge/?version=latest https://travis-ci.org/MicroPyramid/django-blog-it.svg?branch=master https://coveralls.io/repos/github/MicroPyramid/django-blog-it/badge.svg?branch=master Code Health

Simple blog package developed with Django.

Features:

  • Dynamic blog articles
  • Blog pages
  • Contact us page (configurable)
  • google analytics
  • SEO compliant

Installation

  1. Install django-blog-it using the following command:

    pip install django-blog-it
    
    
            (or)
    
    git clone git://github.com/micropyramid/django-blog-it.git
    
    cd django-blog-it
    
    python setup.py install
    
  2. After installing/cloning this, add the following settings in the virtual env/bin/activate file to start discussions on blog articles

    You can create your disqus account at https://disqus.com/profile/login/
    
    # Disquss details
    
    DISQUSSHORTNAME="Your Disquss Short Name"
    
    export DISQUSSHORTNAME
    
  3. Use virtualenv to install requirements:

    pip install -r requirements.txt
    

You can try it by hosting on your own or deploy to Heroku with a button click.

Deploy To Heroku:

You can view the complete documentation at http://django-blog-it.readthedocs.org/en/latest/?badge=latest

We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here

About

django blog made simple

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 45.5%
  • Python 37.3%
  • JavaScript 10.0%
  • CSS 4.5%
  • Makefile 2.7%