django1/django/conf
Wilson Miner a9c36d8db5 Modified admin styles to make headers and buttons readable with images off.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-18 22:27:27 +00:00
..
admin_media Modified admin styles to make headers and buttons readable with images off. 2005-08-18 22:27:27 +00:00
admin_templates Removed <meta http-equiv='content-type'...> from admin base template, because Django sends out correct content-type HTTP header as of [340] 2005-08-12 03:59:38 +00:00
app_template Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. 2005-08-05 22:43:35 +00:00
project_template Fixed #340 -- Default admin settings (in django-admin startproject) now include cache middleware. Thanks, Bless 2005-08-17 14:27:30 +00:00
urls Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note that you'll have to make a change to your database if you're using a previous Django installation and want to use non-integer primary key fields. See the BackwardsIncompatibleChanges wiki page for info. 2005-08-10 19:32:38 +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 SessionMiddleware to MIDDLEWARE_CLASSES in global_settings, so it's available by default. 2005-08-16 23:02:06 +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