Skip to main content

Django project generator

Project description

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

Install

pip install djauto

How to use it?

djauto PROJECT_NAME APP_NAME

What does above command do?

  1. Downloads latest version of [Django](https://www.djangoproject.com/) 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!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djauto-1.2.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

djauto-1.2.3-py2-none-any.whl (4.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page