source: src/django_heatmap/urls.py@ 9026

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

django_heatmap - toegevoegd voor eigen versie van django_gheat

File size: 589 bytes
Line 
1from django.conf.urls.defaults import patterns, include, url
2
3# Uncomment the next two lines to enable the admin:
4# from django.contrib import admin
5# admin.autodiscover()
6
7urlpatterns = patterns('',
8 # Examples:
9 # url(r'^$', 'django_heatmap.views.home', name='home'),
10 # url(r'^django_heatmap/', include('django_heatmap.foo.urls')),
11
12 # Uncomment the admin/doc line below to enable admin documentation:
13 # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
14
15 # Uncomment the next line to enable the admin:
16 # url(r'^admin/', include(admin.site.urls)),
17)
Note: See TracBrowser for help on using the repository browser.