From 155719d70191af3bf203d2591a3b96b74da1e4ef Mon Sep 17 00:00:00 2001 From: "Maksim A. Boyko" Date: Wed, 30 May 2012 11:22:05 -0400 Subject: Initial commit --- scanneerjammer/urls.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scanneerjammer/urls.py (limited to 'scanneerjammer/urls.py') diff --git a/scanneerjammer/urls.py b/scanneerjammer/urls.py new file mode 100644 index 0000000..9735f0c --- /dev/null +++ b/scanneerjammer/urls.py @@ -0,0 +1,17 @@ +from django.conf.urls import patterns, include, url + +# Uncomment the next two lines to enable the admin: +# from django.contrib import admin +# admin.autodiscover() + +urlpatterns = patterns('', + # Examples: + # url(r'^$', 'scanneerjammer.views.home', name='home'), + # url(r'^scanneerjammer/', include('scanneerjammer.foo.urls')), + + # Uncomment the admin/doc line below to enable admin documentation: + # url(r'^admin/doc/', include('django.contrib.admindocs.urls')), + + # Uncomment the next line to enable the admin: + # url(r'^admin/', include(admin.site.urls)), +) -- cgit v1.2.3-70-g09d2