Skip to content
Snippets Groups Projects
Commit a937bdcb authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Merge branch 'master' into '5-ci-einrichten'

# Conflicts:
#   unisportomat/quiz/admin.py
#   unisportomat/quiz/apps.py
#   unisportomat/quiz/views.py
parents d89072a9 052a1e0e
No related branches found
No related tags found
No related merge requests found
"""
Register our own Models from models.py to the Admin Panel
"""
""" Here is the place to register the Models to be seen in the admin interface """
from django.contrib import admin
# Register your models here.
......
"""
Pregenerated by Django
"""
""" Application Configuration for the quiz app """
from django.apps import AppConfig
class QuizConfig(AppConfig):
"""
Pregenerated by Django
"""
default_auto_field = "django.db.models.BigAutoField"
name = "quiz"
"""Application Config for the quiz app """
default_auto_field = 'django.db.models.BigAutoField'
name = 'quiz'
"""
Pregenerated by Django. Here, our REST-API can be defined.
"""
# from django.shortcuts import render
""" Defines the views for the quiz app """
# Create your views here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment