pedagogy: structure of the app

This commit is contained in:
2019-05-16 16:51:30 +02:00
parent f922ab9272
commit 17a375f89c
9 changed files with 335 additions and 0 deletions

View File

@ -93,6 +93,7 @@ INSTALLED_APPS = (
"stock",
"trombi",
"matmat",
"pedagogy",
)
MIDDLEWARE_CLASSES = (