Skip to main content

Start a virtual environment and a fully configurated Django project with an app

Project description

Kick-Off-Django

The idea of this package is to avoid the repetitive task of configuring a Django project and virtual environment.

Installation

pip install django-kick-off

Usage

python3 -m kick_off <project_name> <venv_name>

OUTPUT:

  • requirements.txt
  • virtual environment
  • Django project with an app.

Example #1 (Generic Naming)

python3 -m kick_off

OUTPUT:

|--requirements.txt
|--venvMySite/
    |--bin/
    |--include/
    |--lib/
    |--pyvenv.cfg
|--mysite/
    |--home/
    |--mysite/
    |--manage.py
    |--db.sqlite3

Example #2 (Only Project Naming)

python3 -m kick_off test_web

OUTPUT:

|--requirements.txt
|--venvTestWeb/
    |--bin/
    |--include/
    |--lib/
    |--pyvenv.cfg
|--test_web/
    |--home/
    |--test_web/
    |--manage.py
    |--db.sqlite3

Example #3 (Project and Venv Naming)

python3 -m kick_off test_web Example

OUTPUT:

|--requirements.txt
|--venvExample/
    |--bin/
    |--include/
    |--lib/
    |--pyvenv.cfg
|--test_web/
    |--home/
    |--test_web/
    |--manage.py
    |--db.sqlite3

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-kick-off-0.0.4.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_kick_off-0.0.4-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file django-kick-off-0.0.4.tar.gz.

File metadata

  • Download URL: django-kick-off-0.0.4.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8

File hashes

Hashes for django-kick-off-0.0.4.tar.gz
Algorithm Hash digest
SHA256 71eb289a5afdf657468fab7b7b84f128f0226c88c3137196cf236cdb67b55438
MD5 285f4aa2405fbd53830be54c500637c3
BLAKE2b-256 3dd17cf504eda1b535b1da969a41d2492a6b3ecd4958a4b03f3151298e984370

See more details on using hashes here.

File details

Details for the file django_kick_off-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: django_kick_off-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8

File hashes

Hashes for django_kick_off-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0c3f7af4a3d3d72203f89c02dc34bc5908a811130282dfa137d83596e1edf0eb
MD5 619c78b0913ff8a3177998fbcb884577
BLAKE2b-256 08c4e9cea4d45237c00e0a06f9ddc8765831930ca0d044e2f74e51ea8e9f4fb3

See more details on using hashes here.

Supported by

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