source: src/django_gheat/gheat/urls.py@ 14201

Last change on this file since 14201 was 10818, checked in by rick, 13 years ago

Needed empty urlpattern as Django requires it over there.

File size: 160 bytes
RevLine 
[10818]1from django.conf.urls.defaults import *
2from django.views.generic.simple import direct_to_template
3from django.conf import settings
4
5urlpatterns = patterns('')
Note: See TracBrowser for help on using the repository browser.