mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
7 lines
152 B
Python
7 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BackofficeConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "backoffice"
|