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

Adhere to Black

parent 28a34939
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ from django.apps import AppConfig
class QuizConfig(AppConfig):
"""Application Config for the quiz app """
default_auto_field = 'django.db.models.BigAutoField'
name = 'quiz'
"""Application Config for the quiz app"""
default_auto_field = "django.db.models.BigAutoField"
name = "quiz"
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