|
Last change
on this file since 226 was
225,
checked in by rock, 15 years ago
|
|
Add: Web code (Django web framwork)
|
|
File size:
476 bytes
|
| Rev | Line | |
|---|
| [225] | 1 | from django.conf.urls.defaults import * |
|---|
| 2 | |
|---|
| 3 | # Uncomment the next two lines to enable the admin: |
|---|
| 4 | # from django.contrib import admin |
|---|
| 5 | # admin.autodiscover() |
|---|
| 6 | |
|---|
| 7 | urlpatterns = patterns('', |
|---|
| 8 | # Example: |
|---|
| 9 | # (r'^web/', include('web.foo.urls')), |
|---|
| 10 | |
|---|
| 11 | # Uncomment the admin/doc line below to enable admin documentation: |
|---|
| 12 | # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
|---|
| 13 | |
|---|
| 14 | # Uncomment the next line to enable the admin: |
|---|
| 15 | # (r'^admin/', include(admin.site.urls)), |
|---|
| 16 | ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.