distutils

Attention

https://packaging.python.org/ is the authoritative resource on packaging.

Install

cd ~/repo/src/
git clone git://github.com/callowayproject/django-app-skeleton.git

Usage

cd <dev folder>
~/repo/src/django-app-skeleton/create_app.py

Note: Don’t create a folder for your new application. create_app will create a folder for you.

Sample Output

cd ~/temp/
~/repo/src/django-app-skeleton/create_app.py
Application name: my_new_app
Package Name [my_new_app]:
Author [patrick]:
Destination directory [/home/patrick/temp]:
Application template directory [/home/patrick/src/django-app-skeleton/skel]:
Virtual environment name [my_new_app]:

cd my_new_app/
workon my_new_app