File diff dda97027782f → 79e6860776bf
www/conservancy/urls.py
Show inline comments
...
 
@@ -27,6 +27,10 @@ import conservancy.static.views as static_views
 
admin.autodiscover()
 

	
 
urlpatterns = [
 
    # Uncomment these 3 lines when testing locally to get static content
 
    #url(r'^css', static_views.index),
 
    #url(r'^img', static_views.index),
 
    #url(r'^js', static_views.index),
 
    url(r'^$', frontpage.view),
 
    url(r'^sponsors$', frontpage.view),
 
    url(r'^sponsors/$', sponsors.view),