Private
Public Access
1
0

some small updates on landing page

This commit is contained in:
Sander Roosendaal
2019-05-18 10:10:34 +02:00
parent 3f905c724c
commit 15711ffb4a
3 changed files with 32 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ urlpatterns += [
re_path(r'^admin/', admin.site.urls),
re_path(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework2')),
re_path(r'^$',rootview),
re_path(r'^landing$',landingview),
re_path(r'^landing/$',landingview),
re_path(r'^getblogs/$',rowersviews.get_blog_posts),
re_path(r'^login/',
# auth_views.LoginView,