DTemplate - a django project template to speed development
Good day, dear All!
I want to submit to the habrasoobschestva court a project that I worked on lately. I really want to receive constructive criticism and suggestions for its improvement.
Project Description
DTemplate is an open source project that allows django users to have numerous tools that make it easy to create a new django project without having to configure them every time. ')
DTemplate was created for its own purposes from existing open source applications. By publishing this project, I would like to express my deep gratitude to the people who provided the opportunity to access their intellectual works.
DTemplate features
Project support
Extended commands for manage.py (django-extensions)
Template file for creating an Apache virtual host (extra / vhost)
Work with DB
Scripts for creating the initial database (extra / init_db)
DB Migrations (South)
Development mode
Vim sessions for frequently used files (sessions / *)
Debug panel (django-debug-toolbar)
Production mode
Using Static Compression (django-compress)
Template tag spaceless_if_not_debug (project.apps.support.debug)
Google Analytics Integration (django-google-analytics)
Organization of work with Django project
Separating django applications into core, support applications and third-party applications ( project / apps, project / apps / support, project / apps / thrdparty)
Using decorators from piranha(project / lib / decorators.py)
Using JsonResponse from piranha(project / lib / http.py)
Organization of work with statics
Integration with well-known third-party css and js libraries (blueprint-css, oocss, yui, jquery, extjs)