Changeset - 646839fffa00
[Not reviewed]
0 1 0
Nick Seidenman (N6) - 8 years ago 2017-01-16 05:22:14
n6151h@gmail.com
Disabled the splash page. Content is now being servied via CMS.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/urls.py
Show inline comments
...
 
@@ -17,3 +17,3 @@ import symposion.views
 
urlpatterns = [
 
    url(r"^$", TemplateView.as_view(template_name="pyconau2017-homepage.html"), name="home"),
 
    #url(r"^$", TemplateView.as_view(template_name="pyconau2017-homepage.html"), name="home"),
 
    url(r"^admin/", include(admin.site.urls)),
0 comments (0 inline, 0 general)