change urls - the website is now live
This commit is contained in:
parent
33fd31b967
commit
f45feeee25
|
@ -38,7 +38,7 @@ urlpatterns = patterns('',
|
|||
(r'^sandbox/logout$', logout),
|
||||
|
||||
# (r'^$', 'django.views.generic.simple.redirect_to', {'url': '/slider/'}),
|
||||
(r'^$', 'main.views.comingsoon'),
|
||||
(r'^$', 'main.views.home'),
|
||||
(r'^robots.txt(?P<path>)$', 'django.views.static.serve', { 'document_root' : "/home/itf/soc/edgware/static/txt/robots.txt" } ),
|
||||
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
|
||||
# to INSTALLED_APPS to enable admin documentation:
|
||||
|
|
Loading…
Reference in New Issue
Block a user