django1/django/conf/app_template
Tim Graham 10427646b8 Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp. 2015-12-12 09:34:01 -05:00
..
migrations Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
__init__.py Fixed #25356 -- Removed default_app_config from startapp template. 2015-09-07 15:23:11 -04:00
admin.py Simplified default project template. 2013-02-04 13:21:36 +01:00
apps.py Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp. 2015-12-12 09:34:01 -05:00
models.py Fixed #24950 -- Added unicode_literals to models.py in app template 2015-06-11 16:38:12 +02: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