Metadata-Version: 1.1
Name: django-tests-assistant
Version: 0.1.2
Summary: A tool to help keep track of tests, specially for you - developer.
Home-page: https://github.com/tests-assistant/tests-assistant/
Author: Arun Karunagath
Author-email: the1.arun@gmail.com
License: (AGPL v3+) GNU AFFERO GENERAL PUBLIC LICENSE Version 3 or later
Description: tests-assistant
        ===============
        
        :lisence: agplv3+
        :django: 1.5
        :pypi: https://pypi.python.org/pypi/django-tests-assistant
        
        
        Install
        -------
        
        Setting up test assistant for your project is so easy.
        It's just 3 step process. 
        
        Install django-tests-assistant from pypi
        
        ``pip install django-tests-assistant``
        
        Edit settings.py of your project and add:
        
        ``from assistant.settings import *``
        
        Edit your urls.py and add followingi in your urlpatterns:
        
        ``url(r'^', include('assistant.urls')),``
        
        That is it & enjoy :) 
        Oh, don't forget to do a ``python manage.py syncdb``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
