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
Branches
No related tags found
No related merge requests found
""" """ Here is the place to register the Models to be seen in the admin interface """
Register our own Models from models.py to the Admin Panel
"""
from django.contrib import admin from django.contrib import admin
# Register your models here. # Register your models here.
......
""" """ Application Configuration for the quiz app """
Pregenerated by Django
"""
from django.apps import AppConfig from django.apps import AppConfig
class QuizConfig(AppConfig): class QuizConfig(AppConfig):
""" """Application Config for the quiz app """
Pregenerated by Django default_auto_field = 'django.db.models.BigAutoField'
""" name = 'quiz'
default_auto_field = "django.db.models.BigAutoField"
name = "quiz"
""" """ Defines the views for the quiz app """
Pregenerated by Django. Here, our REST-API can be defined.
"""
# from django.shortcuts import render
# Create your views here. # Create your views here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment