mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-16 07:47:51 +02:00
7 lines
148 B
Python
7 lines
148 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class AccountsConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'accounts'
|