Ashutosh-AIBOT
Initial commit
b3af484
Raw
History Blame Contribute Delete
152 Bytes
from django.apps import AppConfig
class CollectionConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'collection'