Changeset 2939
- Timestamp:
- 05/18/06 13:03:27 (2 years ago)
- Files:
-
- django/trunk/tests/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/runtests.py
r2927 r2939 74 74 from django.conf import settings 75 75 76 # An empty access of the settings to force the default options to be77 # installed prior to assigning to them.78 settings.INSTALLED_APPS76 # An empty access of the settings to force the default options to be 77 # installed prior to assigning to them. 78 settings.INSTALLED_APPS 79 79 80 80 # Manually set INSTALLED_APPS to point to the test models.
