django1/django/conf/app_template
Andrew Godwin 96dd48c83f Change initial migration writing to work as docs suggest.
Application template now includes an empty migrations module, and
the autodetector will only make initial migrations for apps with
empty modules.
2013-11-27 12:34:31 +00:00
..
migrations Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
admin.py Simplified default project template. 2013-02-04 13:21:36 +01:00
models.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
tests.py Simplified default project template. 2013-02-04 13:21:36 +01:00
views.py Simplified default project template. 2013-02-04 13:21:36 +01:00