Changeset 3607
- Timestamp:
- 08/17/06 22:42:28 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/project_template/settings.py
r3525 r3607 27 27 28 28 SITE_ID = 1 29 30 # If you set this to False, Django will make some optimizations so as not 31 # to load the internationalization machinery. 32 USE_I18N = True 29 33 30 34 # Absolute path to the directory that holds media.
