Skip to main content

Django automate start new project and create app.

Project description

Django Start Automate Script ✨

Django automate start project and create app This script saves time for you to start a new Django project. It creates the project and creates the first app and then updates the project settings file and also updates the project urls file and then creates a views and configures the application urls file and also creates the index.html
Repo Stars Platform Support Latest Version Downloads Count GitHub (Pre-)Release Date

Installation

pip install django-start-automate
django-start --help

usage: django-start [-h] [-v] [-n ] project_name app_name path

django-start 1.0.4 (Beta) automate start project and create app

positional arguments:
  project_name      Write a project name
  app_name          Write an app name
  path              select path

options:
  -h, --help        show this help message and exit
  -v, --virtualenv  Create virtualenv
  -n [], --name []  Set virtualenv name

Success Install 🎊

Start First Project with virtualenv

django-start frist_project first_app -v -n my_virtualenv .

You can run command without create virrualenv

django-start frist_project first_app .

img.png

Welcome to contribute ❤

django-start 🧑‍💻

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

django_start_automate-1.0.4.tar.gz (6.2 kB view hashes)

Uploaded Source

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