Changeset 486
- Timestamp:
- 08/11/05 14:29:44 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/docs/parts/build_documentation.py
r485 r486 72 72 # Manually set INSTALLED_APPS to point to the test app. 73 73 settings.INSTALLED_APPS = (runtests.APP_NAME,) 74 75 # Some of the test models need to know whether the docs are being built. 76 settings.BUILDING_DOCS = True 74 77 75 78 for model_name in runtests.get_test_models():
