Private
Public Access
1
0

homepage -> landing page

This commit is contained in:
Sander Roosendaal
2019-06-11 21:59:34 +02:00
parent 55e5193808
commit 488e09fd49
6 changed files with 35 additions and 65 deletions

View File

@@ -53,7 +53,7 @@ urlpatterns += [
content_type='text/plain')),
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'^$',landingview),
re_path(r'^landing/$',landingview),
re_path(r'^getblogs/$',rowersviews.get_blog_posts),
re_path(r'^login/',