django1/django/conf
Adrian Holovaty a7506973af Moved default admin from media to django/conf/admin_media, so Django is able to introspect their location, in preparation for #76
git-svn-id: http://code.djangoproject.com/svn/django/trunk@185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 22:35:04 +00:00
..
admin_media Moved default admin from media to django/conf/admin_media, so Django is able to introspect their location, in preparation for #76 2005-07-18 22:35:04 +00:00
admin_templates Fixed #71 -- Changed default admin base_site template to use example.com instead of mysite.com. Thanks, pb@e-scribe.com 2005-07-18 20:43:57 +00:00
app_template Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
project_template 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
urls Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
global_settings.py Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/ 2005-07-16 16:38:28 +00:00
settings.py Changed [105] to match our code standards 2005-07-16 16:10:04 +00:00