summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-22 18:38:58 -0500
committereliott <eliott@cactuswax.net>2007-12-22 18:38:58 -0500
commit131e70b24706680aa14117d5d1e29332a1565a06 (patch)
tree3f5b88393a344c55964c68cc39d952c5938c743b /urls.py
parentf8b4c01daf355809cb1c497fd6bc44c2931fb3e7 (diff)
downloadarchweb-131e70b24706680aa14117d5d1e29332a1565a06.tar.gz
archweb-131e70b24706680aa14117d5d1e29332a1565a06.zip
added robots.txt
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 93cc2fcb..d1d216ef 100644
--- a/urls.py
+++ b/urls.py
@@ -61,6 +61,7 @@ urlpatterns = patterns('',
(r'^moreforums/$', 'archweb_dev.public.views.moreforums'),
(r'^press/$', 'archweb_dev.public.views.press'),
(r'^projects/$', 'archweb_dev.public.views.projects'),
+ (r'^robots.txt$', 'archweb_dev.public.views.robots'),
# Authentication / Admin
(r'^denied/$', 'archweb_dev.public.views.denied'),