added new page for admistrative purpose

This commit is contained in:
2017-10-02 18:59:30 +02:00
parent 565bb3963e
commit c21e0d3292
7 changed files with 96 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ urlpatterns = patterns('',
url(r'^accounts/', include('django.contrib.auth.urls')),
url(r'^blog/newpost$', 'tipp.views.newBlogpost'),
url(r'^blog/(?P<page>\d)$', 'tipp.views.blogindex'),
url(r'^adminpage$', 'tipp.views.adminpage'),
url(r'^about$', 'tipp.views.about'),
# Uncomment the admin/doc line below to enable admin documentation: