robots.txt
This commit is contained in:
parent
1731ade037
commit
7ebc5e173f
|
@ -13,9 +13,7 @@ urlpatterns = patterns('',
|
|||
# Example:
|
||||
# (r'^bhangar/', include('bhangar.foo.urls')),
|
||||
#(r'^search/', include('solango.urls')),
|
||||
(r'^robots.txt$', direct_to_template({
|
||||
'template': 'robots.txt'
|
||||
})
|
||||
(r'^robots.txt$', direct_to_template, {'template': 'robots.txt'}),
|
||||
(r'^erang/', include('erang_organised.urls')),
|
||||
(r'^itf/$', 'festival.views.home'),
|
||||
(r'^itf/wireframe', 'festival.views.wireframe'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user