fysm-4-1iframespace-accessstablestagetest-hooks
Last change
on this file since 0c5539a was
0c5539a,
checked in by Alex Dehnert <adehnert@…>, 15 years ago
|
Enable the admin interface
|
-
Property mode set to
100644
|
File size:
534 bytes
|
Rev | Line | |
---|
[6d06a83] | 1 | from django.conf.urls.defaults import * |
---|
| 2 | |
---|
| 3 | # Uncomment the next two lines to enable the admin: |
---|
[0c5539a] | 4 | from django.contrib import admin |
---|
| 5 | admin.autodiscover() |
---|
[6d06a83] | 6 | |
---|
| 7 | urlpatterns = patterns('', |
---|
| 8 | # Example: |
---|
| 9 | # (r'^asadb/', include('asadb.foo.urls')), |
---|
| 10 | |
---|
| 11 | # Uncomment the admin/doc line below and add 'django.contrib.admindocs' |
---|
| 12 | # to INSTALLED_APPS to enable admin documentation: |
---|
| 13 | # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
---|
| 14 | |
---|
| 15 | # Uncomment the next line to enable the admin: |
---|
[0c5539a] | 16 | (r'^admin/', include(admin.site.urls)), |
---|
[6d06a83] | 17 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.