Metadata-Version: 1.1
Name: django-generator
Version: 0.1
Summary: small code generator to generate basic functionality of websites
Home-page: https://github.com/S-Intelligent-Technologies/django-generator
Author: Ahmad Bazadough
Author-email: ahmadiga1985@hotmail.com
License: UNKNOWN
Download-URL: https://github.com/ahmadiga/django-generator/archive/0.01.tar.gz
Description: =====
        django generator
        =====
        
        django generator is a small code generator to generate basic functionality of websites
        
        
        Quick start
        -----------
        1. install the package using "pip install git+git://github.com/ahmadiga/django-generator.git"
        
        2. Add "django_generator" to your INSTALLED_APPS setting like this:
        
            INSTALLED_APPS = [
                ...
                'django_generator',
            ]
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
