mirror of
https://github.com/tanrax/SSE-Fake.git
synced 2024-11-10 01:55:41 +01:00
6 lines
151 B
Python
6 lines
151 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
class SimpleAppConfig(AppConfig):
|
||
|
default_auto_field = "django.db.models.BigAutoField"
|
||
|
name = "app.website"
|