alpha du modul studenteval
This commit is contained in:
@@ -47,6 +47,7 @@ INSTALLED_APPS = [
|
||||
'vehicles.apps.VehiclesConfig',
|
||||
'collabs.apps.CollabsConfig',
|
||||
'mycaldav.apps.CaldavConfig',
|
||||
'studenteval.apps.StudentevalConfig',
|
||||
'custom_admin.apps.CustomAdminConfig',
|
||||
'rangefilter',
|
||||
'django.contrib.admin',
|
||||
|
||||
@@ -29,6 +29,7 @@ urlpatterns = [
|
||||
path('caldav/', include('mycaldav.urls')),
|
||||
#path('collabs_hour/', include('collabs.urls')),
|
||||
path('carnet_rouge/', include('carnet_rouge.urls')),
|
||||
path('student_eval/', include('studenteval.urls')),
|
||||
path('summernote/', include('django_summernote.urls')),
|
||||
path('editor/', include('django_summernote.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user