[feat] add user and add event

This commit is contained in:
Data-Name-ID
2024-04-02 03:26:13 +03:00
parent 52233d0028
commit 9f233eb163
22 changed files with 260 additions and 1 deletions
+3
View File
@@ -46,6 +46,9 @@ INSTALLED_APPS = [
"corsheaders",
"drf_yasg",
# Developed apps
"api",
"api.users",
"api.events",
]
MIDDLEWARE = [