Changeset 2932
- Timestamp:
- 05/17/06 01:57:22 (3 years ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r2927 r2932 772 772 settings.configure(myapp_defaults, DEBUG = True) 773 773 774 Normally, you will not need to override the defaults in this fashion. The 775 Django defaults are sufficiently tame that you can safely use them. Be aware 776 that if you do pass in a new default module, it entirely *replaces* the Django 777 defaults, so you must specify a value for every possible setting that might be 778 used in that code you are importing. Check in 779 ``django.conf.settings.global_settings`` for the full list. 780 774 781 Either configure() or DJANGO_SETTINGS_MODULE is required 775 782 --------------------------------------------------------
