mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-07 05:04:20 +01:00
7 lines
154 B
Python
7 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EliminationConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "elimination"
|