5 lines
118 B
Python
5 lines
118 B
Python
"""
|
|
Accounts app - User authentication and authorization
|
|
"""
|
|
default_app_config = 'apps.accounts.apps.AccountsConfig'
|