Metadata-Version: 1.1
Name: django-project-setup
Version: 0.3
Summary: A simple python script to setup django project easily
Home-page: http://www.maneeshvshaji.in/
Author: Maneesh
Author-email: maneeshvettukattil@gmail.com
License: FREE
Description: =====
        django-project-setup
        =====
        
        django-project-setup is simple python script package to setup a special django project
        Not only it setup the django project, it also setup a virtualenv for you to work
        It will also install django, rollbar, django-api-base into the virtualenv
        The project root directory will have a readme.me file for assistance and gitignore file
        requirments files etc. Everything in one.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Take a copy of the sample_env.txt and name the new file .env
        2. Add your database credentials, email credentials into it
        3. Run the project and you are set
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
