Nathan Chapman 8f10b38f9a Stall stripe
2022-10-15 20:58:49 -06: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
# )