from django.apps import AppConfig [docs]class QuizConfig(AppConfig): """ added quiz app in the configuration""" name = 'quiz'
Contents: