| 1 : | tobias | 1.1 | from django.conf.urls.defaults import * |
| 2 : | |||
| 3 : | urlpatterns = patterns('', | ||
| 4 : | # Example: | ||
| 5 : | # (r'^lkrtweb/', include('lkrtweb.apps.foo.urls.foo')), | ||
| 6 : | |||
| 7 : | # Uncomment this for admin: | ||
| 8 : | # (r'^admin/', include('django.contrib.admin.urls')), | ||
| 9 : | ) |
|
Tobias McNulty Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |