Changeset 292
- Timestamp:
- Apr 5, 2011, 8:27:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
django-apps/settings.py
r291 r292 101 101 ) 102 102 103 ROOT_URLCONF = ' foobar.urls'103 ROOT_URLCONF = 'django_apps.urls' 104 104 105 105 TEMPLATE_DIRS = ( … … 120 120 # Uncomment the next line to enable admin documentation: 121 121 'django.contrib.admindocs', 122 ' foobar.running',122 'django_apps.running', 123 123 ) 124 124
Note:
See TracChangeset
for help on using the changeset viewer.