Init et définitions du models.py

This commit is contained in:
Ambulance Clerc
2023-08-11 17:23:46 +02:00
parent bef530d449
commit a4b8f41851
7 changed files with 135 additions and 0 deletions

5
studenteval/admin.py Normal file
View File

@@ -0,0 +1,5 @@
from django.contrib import admin
from studenteval.models import cl_Student_eval
# Register your models here.
admin.site.register(cl_Student_eval)