robots.txt

This commit is contained in:
sanj 2010-08-03 03:49:27 +05:30
parent 1731ade037
commit 7ebc5e173f

View File

@ -13,9 +13,7 @@ urlpatterns = patterns('',
# Example: # Example:
# (r'^bhangar/', include('bhangar.foo.urls')), # (r'^bhangar/', include('bhangar.foo.urls')),
#(r'^search/', include('solango.urls')), #(r'^search/', include('solango.urls')),
(r'^robots.txt$', direct_to_template({ (r'^robots.txt$', direct_to_template, {'template': 'robots.txt'}),
'template': 'robots.txt'
})
(r'^erang/', include('erang_organised.urls')), (r'^erang/', include('erang_organised.urls')),
(r'^itf/$', 'festival.views.home'), (r'^itf/$', 'festival.views.home'),
(r'^itf/wireframe', 'festival.views.wireframe'), (r'^itf/wireframe', 'festival.views.wireframe'),