FOSSDB/FOSSDB_web/apps/hosting_platform/apps.py
2023-04-08 13:50:45 +03:00

7 lines
163 B
Python

from django.apps import AppConfig
class HostingPlatformConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'hosting_platform'