Summary
git Use ID
Majic Django Templates project provides base template for Majic Django projects and reusable applications.

The templates include both application and project templates.
Python (py)
55%, 21 files
Text (txt)
26%, 10 files
Show more
branko a9880bdda2ca
8 years ago
branko 21649ff645ee
8 years ago
branko b0cdd1d167a4
8 years ago
branko 7dc7e0c7bed9
8 years ago
branko 9eb76f6574ce
8 years ago
branko 7c8f7a1fd416
8 years ago
branko 562fa38d39b4
8 years ago
branko 36899a205733
8 years ago
branko 3ad753235b83
8 years ago
branko dd06e881fdb2
8 years ago

Majic Django Templates

Majic Django Templates is a set of project and application templates (skeletons) for Django, which can be used in combination with <tt class="docutils literal">django-admin</tt> commands <tt class="docutils literal">startproject</tt> and <tt class="docutils literal">startapp</tt>. This is not to be confused with the templates used within Django projects and applications themselves.

These templates allow you to easily create some basic boilerplate for Django projects and applications, with some added flexibility and batteries for deployments in multiple environments etc.

Majic Django Templates provides the following templates:

  • Project template (<tt class="docutils literal">project</tt>), which allows for easier multi-environment (development, testing, production) set-up.