Metadata-Version: 2.1
Name: automate-django
Version: 0.1.2
Summary: Useful tool to create a static running django application Python
Home-page: https://github.com/khizaruddins/automate-django
Author: Syed Khizaruddin
Author-email: khizaruddins@gmail.com
License: MIT
Description: # automate-django
        A python script to automate your django production,
        It creates a boilerplate,
        connects to urls.py, views.py, template files, css and runs the django server and opens the content in browser automatically and output the boilerplate project directly.
        
        
        ## steps for installing on mac, linux and windows:
        ### note: needs django=1.10 for running this script and python version 3 up
        
        install neccessary setup files
        
        python 3+: 
        
        install from https://python.org
        
        just run automate_django.py on your terminal
        
        run automate-django.py from project folder you want to create with
        
        enter project name and application name and sit back:
        
        your project will be running in your default browser
        
        you can edit reuse code 
        
        enjoy!!!
        
        
        
        First release **`automate-django (0.1)`** (2019-07-17)
        ------------------
        
        -   Django Static project creation a.k.a. _automation script_ .
        -   Function Based Views.
        -   Basic Template Structure.
        -   views.py urls.py templates and all connection with migrations applied.
        -   Opening browser and showing static django website.
Keywords: Django,Automation,DjangoAutomation,AutomateDjango,DjangoAutomate,AutomationDjango
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
