Create Initial Quiz App and Model Structure

This commit is contained in:
Juhn-Vitus Saß
2025-02-28 14:08:02 +01:00
parent 3adaba94b8
commit 293cde3fdd
10 changed files with 174 additions and 0 deletions

3
core/library/views.py Normal file
View File

@@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.