Skip to content
Snippets Groups Projects
apps.py 116 B
from django.apps import AppConfig


class AccountsConfig(AppConfig):
    name = 'accounts'
#inorder to start an app.