kenken999's picture
vcz
5ad0419
raw
history blame
157 Bytes
from django.apps import AppConfig
class BuysystemAppConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'buysystem_app'