Spaces:
Configuration error
Configuration error
File size: 148 Bytes
52a3fd6 |
1 2 3 4 5 6 7 |
from django.apps import AppConfig
class AccountsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'accounts'
|