mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 16:12:10 +01:00
9 lines
168 B
Python
9 lines
168 B
Python
# accounts/apps.py
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class AccountsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "accounts"
|