File size: 142 Bytes
b7f55e1
 
 
 
 
1
2
3
4
5
from django.apps import AppConfig

class CoreConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'core'