mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 10:12:09 +01:00
Initial commit
This commit is contained in:
8
dashboard_project/accounts/apps.py
Normal file
8
dashboard_project/accounts/apps.py
Normal file
@ -0,0 +1,8 @@
|
||||
# accounts/apps.py
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AccountsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "accounts"
|
||||
Reference in New Issue
Block a user