Changeset 9041 for src/django_gheat/samples
- Timestamp:
- Apr 13, 2011, 8:05:10 PM (14 years ago)
- Location:
- src/django_gheat/samples/persisted
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/samples/persisted/settings.py
r9026 r9041 89 89 'django_extensions', 90 90 'home', 91 'django.contrib.admin', 91 92 ) 92 93 -
src/django_gheat/samples/persisted/urls.py
r9006 r9041 2 2 3 3 # Uncomment the next two lines to enable the admin: 4 #from django.contrib import admin5 #admin.autodiscover()4 from django.contrib import admin 5 admin.autodiscover() 6 6 7 7 urlpatterns = patterns('', … … 9 9 (r'^home/', include('home.urls')), 10 10 (r'^gheat/', include('gheat.urls')), 11 11 (r'^admin/', include(admin.site.urls)), 12 12 )
Note:
See TracChangeset
for help on using the changeset viewer.