Metadata-Version: 1.1
Name: django-blog-it
Version: 0.1
Summary: A simple installable app for writing blog posts
Home-page: https://github.com/MicroPyramid/django-blog-it.git
Author: Micropyramid
Author-email: hello@micropyramid.com
License: UNKNOWN
Description: django-blog-it
        ------------
        
        .. image:: https://readthedocs.org/projects/django-blog-it/badge/?version=latest
           :target: http://django-blog-it.readthedocs.org/en/latest/?badge=latest
        
        .. image:: https://travis-ci.org/MicroPyramid/django-blog-it.svg?branch=master
           :target: https://travis-ci.org/MicroPyramid/django-blog-it
        
        .. image:: https://coveralls.io/repos/github/MicroPyramid/django-blog-it/badge.svg?branch=master
           :target: https://coveralls.io/github/MicroPyramid/django-blog-it?branch=master
        
        .. image:: https://landscape.io/github/MicroPyramid/django-blog-it/master/landscape.svg?style=flat
           :target: https://landscape.io/github/MicroPyramid/django-blog-it/master
           :alt: 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:
        
        .. image:: https://www.herokucdn.com/deploy/button.svg
           :target: https://heroku.com/deploy?template=https://github.com/MicroPyramid/django-blog-it
        
        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`_
        
        .. _contact us here: https://micropyramid.com/contact-us/
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
