summaryrefslogtreecommitdiff
path: root/django/conf/settings.py
AgeCommit message (Expand)Author
2005-11-11Entries in INSTALLED_APPS can now be of the form "django.contrib.*", which Jacob Kaplan-Moss
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-07-20Cleaned up code in django.conf.settings to move DJANGO_SETTINGS_MODULE into a...Adrian Holovaty
2005-07-19Fixed #88 -- settings are now forgiving of single-element INSTALLED_APPS and ...Adrian Holovaty
2005-07-19Fixed #83 -- Fixed spelling error in django.conf.settings. Nice catch, Manuzhai!Adrian Holovaty
2005-07-16Changed [105] to match our code standardsJacob Kaplan-Moss
2005-07-16django.conf.settings now fails loudly if DJANGO_SETTINGS_MODULE is broken in ...Jacob Kaplan-Moss
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty