Skip to content

c6j6g7g7/maigfrga-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-myapp-template

Django custom structure for a django app

Django version supported 1.4.

Requirements

  • Django 1.4

Usage

  1. Clone this project.
  2. Edit your settings.py and add a reference in your INSTALLED_APPS https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps .

Content

  • resources.txt Virtualenv resources
  • myapp/models/main.py The base models for your app, you can add new models, even new models files, all you have to do is import all of them in the myapp/__init.__py.
  • myapp/models/__init.py The models imported
  • myapp/forms/main.py example form
  • myapp/test/models.py Unit test for models
  • myapp/test/views.py Unit test for views
  • myapp/test/common Base Test Case and model Factory
  • static/js/ Backbone model views controllers and javascritp utils
  • static/css/ Twitter bootsrtap files

Resources

Notes

Seems that put request do not work on development version 1.5

About

Django custom app template

Resources

Stars

Watchers

Forks

Packages

No packages published