mirror of
https://github.com/tanrax/org-social-host
synced 2026-01-09 06:43:34 +01:00
7 lines
150 B
Python
7 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class HostingConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "app.hosting"
|