Add documentation and source
Added documentation, source and extra files.
This commit is contained in:
9
source/authentication/users/__init__.py
Normal file
9
source/authentication/users/__init__.py
Normal file
@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class UsersConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "users"
|
||||
|
||||
|
||||
default_app_config = "users.UsersConfig"
|
Reference in New Issue
Block a user