django1/django/conf
Adrian Holovaty e29afe7974 Fixed #88 -- settings are now forgiving of single-element INSTALLED_APPS and TEMPLATE_DIRS without trailing commas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 17:58:01 +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 Fixed #88 -- settings are now forgiving of single-element INSTALLED_APPS and TEMPLATE_DIRS without trailing commas. 2005-07-19 17:58:01 +00:00