Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 890 Bytes

README.rst

File metadata and controls

53 lines (31 loc) · 890 Bytes

Django-initkit

Just a Django startproject improved command with a custom template that I use a lot the template implements settings_local separtion and more.

Install

python setup.py install

or

pip install django-initkit

Usage

django_initkit.py startproject foo

django_initkit.py can be used as django-admin.py just that startproject is modified.

Roadmap

  • support for more than one project template.

Español:

Simplemente es el comando startproject de Django mejorado con una plantilla a la medida que se usa mucho, la plantilla implementa la separación del settings_local y más.

Instalación

python setup.py install

o

pip install django-initkit

Uso

django_initkit.py startproject foo

django_initkit.py puede ser usado como django-admin.py solo que startproject está modificado.