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
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 .
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
File details
Details for the file django_start_automate-1.0.4.tar.gz
.
File metadata
- Download URL: django_start_automate-1.0.4.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95d7d0566e76398ebb4b2eeb37faa1ccf6bd79608da0545b6d03528fc1a14039 |
|
MD5 | fdecc61232cabbb15cc927bbfe98b2e9 |
|
BLAKE2b-256 | 075f40b5e3539911792be542b779f0abc46d80134b51d13c8ffa71911fa07806 |