django1/django/conf
Wilson Miner f1f952761e Uncommented link to Change password now that it works
git-svn-id: http://code.djangoproject.com/svn/django/trunk@295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-22 16:40:36 +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 Uncommented link to Change password now that it works 2005-07-22 16:40:36 +00:00
app_template Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
project_template Fixed #147 -- Thanks, Robin Munn! 2005-07-22 04:18:03 +00:00
urls Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses redirects to ensure cookies aren't stale. Thanks, sdelatorre@gmail.com 2005-07-22 00:49:53 +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 Fixed #147 -- Thanks, Robin Munn! 2005-07-22 04:18:03 +00:00
settings.py Cleaned up code in django.conf.settings to move DJANGO_SETTINGS_MODULE into a variable, so other scripts can introspect it. Also made it display a better error message if DJANGO_SETTINGS_MODULE is set to the empty string 2005-07-20 06:05:32 +00:00