2023-01-22 01:31:12 -07:00

12 lines
242 B
Python

from django.apps import AppConfig
class AccountsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'accounts'
# def ready(self):
# from .signals import (
# user_saved
# )