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

@ -84,6 +84,10 @@ urlpatterns = [
url(
r"^matmatronch/", include("matmat.urls", namespace="matmat", app_name="matmat")
),
url(
r"^pedagogy/",
include("pedagogy.urls", namespace="pedagogy", app_name="pedagogy"),
),
url(r"^admin/", include(admin.site.urls)),
url(r"^ajax_select/", include(ajax_select_urls)),
url(r"^i18n/", include("django.conf.urls.i18n")),