Changeset 2734
- Timestamp:
- 04/23/06 16:59:49 (3 years ago)
- Files:
-
- django/branches/magic-removal/tests/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/tests/runtests.py
r2457 r2734 76 76 # Manually set INSTALLED_APPS to point to the test models. 77 77 settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()] 78 79 # Manually set DEBUG = False. 80 settings.DEBUG = False 78 81 79 82 from django.db import connection
