Initial commit
[Geocode.git] / urls.py
blob31fecfcc4c8045c7a537d329aa6f19f4f69e001b
1 from django.conf.urls.defaults import *
3 # Uncomment the next two lines to enable the admin:
4 # from django.contrib import admin
5 # admin.autodiscover()
7 urlpatterns = patterns('',
8 # Example:
9 # (r'^Geocode/', include('Geocode.foo.urls')),
11 # Uncomment the next line to enable admin documentation:
12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
14 # Uncomment the next line for to enable the admin:
15 # (r'^admin/(.*)', admin.site.root),