Move: auth to new api seperate app
This commit is contained in:
parent
5a3c568a15
commit
6ca01d7bdf
5 changed files with 39 additions and 7 deletions
6
backend/api/authentication/apps.py
Normal file
6
backend/api/authentication/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ApiConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "api.authentication"
|
Loading…
Add table
Add a link
Reference in a new issue