mirror of
https://github.com/tvastri-studio/iaso.git
synced 2025-04-09 22:40:16 -04:00
7 lines
154 B
Python
7 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuthConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "iaso.apps.patients"
|