A full-featured CLI for quickly creating django projects.
Project description
Usage
Detailed usage information can be found by typing django-start --help
Examples
Create default project:
$ django-start
# Is equivalent to
$ django-admin startproject config .
Create project from template:
$ django-start \
> -t /path/to/template
# Is equivalent to
$ django-admin startproject \
> --template /path/to/template
$ django-start \
> -t https://github.com/<user>/<repository>/archive/main.zip
# Is equivalent to
$ django-admin startproject \
> --template https://github.com/<user>/<repository>/archive/main.zip
Add files to rendering (in addition to *-tpl):
$ django-start \
> -t /path/to/template \
> -r '*.env Procfile'
# Is equivalent to
$ django-admin startproject \
> --template /path/to/template \
> --extension env \
> --name Procfile
Exclude directories from rendering (in addition to .git and __pycache__):
$ django-start \
> -t /path/to/template \
> -x 'data logs'
# Is equivalent to
$ django-admin startproject \
> --template /path/to/template \
> --exclude data,logs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-start-tool-1.0.1.tar.gz.
File metadata
- Download URL: django-start-tool-1.0.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
311a4ef8d2a08cb3ba04ba6dffd1e48ffc2fc19b7e780b2aad28436d46c59ef1
|
|
| MD5 |
1238b485fa006f2a2cf2614dfe931391
|
|
| BLAKE2b-256 |
50b51499b23d19bc5e89c58f453bb771855015dde755775ffac1f51f2a78e8c4
|
File details
Details for the file django_start_tool-1.0.1-py3-none-any.whl.
File metadata
- Download URL: django_start_tool-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98ca9395f1e1caf46a95da3a8b0fe455dff90f00460abe20eec9fe3da0cc4d87
|
|
| MD5 |
124947a654cbff749438e979342868ab
|
|
| BLAKE2b-256 |
6837b7442ef51772fcf2c3c6e4e58e5c1500fcf284dba785a210138c459a91b6
|