Add: auth app
This commit is contained in:
parent
ce13d4c5c5
commit
ce1af464ed
7 changed files with 66 additions and 0 deletions
6
archivist/apps/authentication/config.py
Normal file
6
archivist/apps/authentication/config.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AuthConfig(AppConfig):
|
||||
name = 'apps.auth'
|
||||
label = 'apps_auth'
|
Loading…
Add table
Add a link
Reference in a new issue