Skip to main content

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


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-tool-1.0.1.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

django_start_tool-1.0.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

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

Hashes for django-start-tool-1.0.1.tar.gz
Algorithm Hash digest
SHA256 311a4ef8d2a08cb3ba04ba6dffd1e48ffc2fc19b7e780b2aad28436d46c59ef1
MD5 1238b485fa006f2a2cf2614dfe931391
BLAKE2b-256 50b51499b23d19bc5e89c58f453bb771855015dde755775ffac1f51f2a78e8c4

See more details on using hashes here.

File details

Details for the file django_start_tool-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_start_tool-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 98ca9395f1e1caf46a95da3a8b0fe455dff90f00460abe20eec9fe3da0cc4d87
MD5 124947a654cbff749438e979342868ab
BLAKE2b-256 6837b7442ef51772fcf2c3c6e4e58e5c1500fcf284dba785a210138c459a91b6

See more details on using hashes here.

Supported by

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