source: src/django_gheat/samples/persisted/urls.py@ 9006

Last change on this file since 9006 was 9006, checked in by dennisw, 14 years ago

django_gheat - versie van gheat die gebruik maakt van django framework, ondersteunt SQL connecties in tegenstelling tot gheat dat gebruik maakt van sqlite

File size: 277 bytes
Line 
1from 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
7urlpatterns = patterns('',
8 # Example:
9 (r'^home/', include('home.urls')),
10 (r'^gheat/', include('gheat.urls')),
11
12)
Note: See TracBrowser for help on using the repository browser.