Metadata-Version: 1.1
Name: test-todo
Version: 0.1.8
Summary: A simple installable app for testing app testcases
Home-page: https://github.com/nikhila05/Todo
Author: nikhila05
Author-email: nik@micropyramid.com
License: UNKNOWN
Description: .. image:: https://badge.fury.io/py/test-todo.svg
            :target: https://badge.fury.io/py/test-todo
        
        .. image:: https://coveralls.io/repos/github/nikhila05/Todo/badge.svg
        	:target: https://coveralls.io/github/nikhila05/Todo
        
        .. image:: https://travis-ci.org/nikhila05/Todo.svg?branch=master
            :target: https://travis-ci.org/nikhila05/Todo
        
        .. image:: https://img.shields.io/pypi/dm/django-simple-pagination.svg
            :target: https://pypi.python.org/pypi/django-simple-pagination
            :alt: Downloads
        
        .. image:: https://img.shields.io/pypi/v/django-simple-pagination.svg
            :target: https://pypi.python.org/pypi/django-simple-pagination
            :alt: Latest Release
        
        .. image:: https://landscape.io/github/MicroPyramid/django-simple-pagination/master/landscape.svg?style=flat
           :target: https://landscape.io/github/MicroPyramid/django-simple-pagination/master
           :alt: Code Health
        
        .. image:: https://img.shields.io/github/license/micropyramid/django-simple-pagination.svg
            :target: https://pypi.python.org/pypi/django-simple-pagination/
        
        
        Django-Simple-Pagination
        ========================
        
        Documentation_ -- GitHub_ -- Travis-CI_
        
        Simple python library to deal with `URI Templates`_. The API looks like
        
        Features:
        
        - Dynamic blog articles
        - Blog pages
        - Contact us page (configurable)
        - google analytics
        - SEO compliant
        
        Installation
        --------------
        
        - Install django-blog-it using the following command
        
        .. code-block:: python
        
            pip install django-blog-it
        
            # or
            git clone git://github.com/micropyramid/django-blog-it.git
        
            cd django-blog-it
        
            python setup.py install
        
        - Add app name in settings.py
        
        .. code-block:: python
        
            INSTALLED_APPS = [
               '..................',
               'simple_pagination',
               'django_blog_it.django_blog_it',
               '..................'
            ]
        
        - After installing/cloning this, add the following settings in the virtual env/bin/activate file to start discussions on blog articles
        
        .. code-block:: python
        
        	You can create your disqus account at https://disqus.com/profile/login/
        
            # Disquss details
        
            DISQUSSHORTNAME="Your Disquss Short Name"
        
            export DISQUSSHORTNAME
        
        
        - 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
        
        
        Support
        -------
        
        If you have any questions or want new features,  contactus_
        
        
        .. _contactus: https://micropyramid.com/contact-india/
        .. _GitHub: https://github.com/nikhila05/Todo
        .. _Travis-CI: https://travis-ci.org/nikhila05/Todo
        .. _URI Templates: http://tools.ietf.org/html/rfc6570
        .. _Documentation: http://django-blog-it.readthedocs.io/en/latest/?badge=latest
        
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
