Add statistics page
This commit is contained in:
@@ -22,6 +22,7 @@ from webapp.views import kaehmy_view
|
||||
from webapp.views import kaehmy_list_view
|
||||
from webapp.views import kaehmy_submit
|
||||
from webapp.views import kaehmy_comment
|
||||
from webapp.views import kaehmy_statistics_view
|
||||
|
||||
urlpatterns = [
|
||||
# main
|
||||
@@ -51,6 +52,7 @@ urlpatterns = [
|
||||
url(r'^kaehmy/new', kaehmy_view),
|
||||
url(r'^kaehmy/submit', kaehmy_submit),
|
||||
url(r'^kaehmy/add_comment', kaehmy_comment),
|
||||
url(r'^kaehmy/statistics', kaehmy_statistics_view),
|
||||
|
||||
# ohlhafv
|
||||
url(r'^ohlhafv$', ohlhafv_view),
|
||||
|
||||
Reference in New Issue
Block a user