mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
pedagogy: structure of the app
This commit is contained in:
@ -93,6 +93,7 @@ INSTALLED_APPS = (
|
||||
"stock",
|
||||
"trombi",
|
||||
"matmat",
|
||||
"pedagogy",
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
@ -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")),
|
||||
|
Reference in New Issue
Block a user