Add: auth app

This commit is contained in:
Aroy-Art 2023-10-07 23:27:49 +02:00
parent ce13d4c5c5
commit ce1af464ed
Signed by: Aroy
GPG key ID: 583642324A1D2070
7 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'apps.auth'
label = 'apps_auth'