django1/django/conf/project_template/settings
Adrian Holovaty 5f37a627da Fixed #340 -- Default admin settings (in django-admin startproject) now include cache middleware. Thanks, Bless
git-svn-id: http://code.djangoproject.com/svn/django/trunk@525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-17 14:27:30 +00:00
..
urls More installation streamlining: Added default urlconfs, for both main and admin, to project_template. Changed ROOT_URLCONF in default main and admin settings to point at their respective default urlconfs 2005-07-16 22:58:29 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
admin.py Fixed #340 -- Default admin settings (in django-admin startproject) now include cache middleware. Thanks, Bless 2005-08-17 14:27:30 +00:00
main.py Changed 'django-admin startproject' to included MIDDLEWARE_CLASSES in settings/main.py. 2005-08-16 00:41:42 +00:00