alpha du modul studenteval

This commit is contained in:
Ambulance Clerc
2023-08-11 19:20:59 +02:00
parent a4b8f41851
commit 0cbb72dfa2
6 changed files with 90 additions and 18 deletions

View File

@@ -3,15 +3,15 @@ from django.urls import path
from . import views
'''
app_name = "studenteval"
urlpatterns = [
#path('vhc', views.view_vhc, name='view_vhc'),
path('student/<string>', views.student, name='views.student'),
#path('peremptions', views.view_peremptions, name='view_peremptions'),
]
'''