Skip to content

vikas-parashar/Djauto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-project-generator

PyPI PyPI

Create Django projects the easy way. From installing django to creating github repository for project, One command, that's all!

Installation

In virtualenvsimply install using pip.You can setup virtualenv+virtualenvwrapper environment using virtualenv-burrito.

  pip install djauto

If you are not root user prefix sudo

  sudo pip install djauto

How to use it?

  djauto PROJECT_NAME APP_NAME

or

  sudo djauto PROJECT_NAME APP_NAME

What does above command do?

  1. Downloads latest version of Django using pip
  2. Creates a django project named "PROJECT_NAME" in current directory.
  3. Creates and add the app named "APP_NAME" in INSTALLED_APPS in settings.py.
  4. Asks if you want to create github repository. If yes, then
    1. Asks for github username.
    2. Creates repo named PROJECT_NAME.
    3. Asks for short description.
    4. Asks for password.
    5. Adds all file and push it on github.
  5. We're done!

Todo

  • git integration.
  • virtualenv integration.
  • python 3.x support.

License

GitHub license

About

Create Django projects boilerplate the easy way!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages