Changeset 9388
- Timestamp:
- Jul 12, 2011, 11:06:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/urls.py
r9386 r9388 5 5 # Uncomment the next two lines to enable the admin: 6 6 from django.contrib import admin 7 from django.conf import settings 7 8 admin.autodiscover() 8 9 9 import settings10 10 11 11 urlpatterns = patterns('', … … 26 26 ) 27 27 28 if sett tings.DEBUG:28 if settings.DEBUG: 29 29 urlpatterns += staticfiles_urlpatterns() 30 30
Note:
See TracChangeset
for help on using the changeset viewer.