mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
7 lines
140 B
Python
7 lines
140 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MainConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "main"
|