aboutsummaryrefslogtreecommitdiff
path: root/codemash/urls.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2012-12-04 14:52:04 -0500
committerMike Crute <mcrute@gmail.com>2012-12-11 15:27:46 -0500
commit39850fe5e8a23b402610167e33540ee615aed3ab (patch)
tree255afc8b221d34c2cd087da89b4411653fb629d5 /codemash/urls.py
parent95c903cf3596cbd8f8dd1115d17fc080dd6b27d9 (diff)
downloaddjango-precompiler-39850fe5e8a23b402610167e33540ee615aed3ab.tar.bz2
django-precompiler-39850fe5e8a23b402610167e33540ee615aed3ab.tar.xz
django-precompiler-39850fe5e8a23b402610167e33540ee615aed3ab.zip
Create home page
Diffstat (limited to 'codemash/urls.py')
-rw-r--r--codemash/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemash/urls.py b/codemash/urls.py
index 153db34..2fae4f3 100644
--- a/codemash/urls.py
+++ b/codemash/urls.py
@@ -6,7 +6,7 @@ from django.conf.urls import patterns, include, url
6 6
7urlpatterns = patterns('', 7urlpatterns = patterns('',
8 # Examples: 8 # Examples:
9 # url(r'^$', 'pages.views.home', name='home'), 9 url(r'^$', 'pages.views.home', name='home'),
10 # url(r'^codemash/', include('codemash.foo.urls')), 10 # url(r'^codemash/', include('codemash.foo.urls')),
11 11
12 # Uncomment the admin/doc line below to enable admin documentation: 12 # Uncomment the admin/doc line below to enable admin documentation: