from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'
As a whole, I have two files the code above is from apps.py
, but it does not work.
What and where do I have to import the file apps.py
to make my code run?