django-kick-off 0.0.4

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

djangokickoff 0.0.4

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.