feat: initialize letters app and register it in settings

This commit is contained in:
Your Name
2026-04-10 20:19:21 +05:30
parent 7748cd10c9
commit 2d18756c15
8 changed files with 10 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ INSTALLED_APPS = [
"rest_framework", # for API
"corsheaders", # for API and Frontend connect
"users", # custom user app
"letters", # letters app
]
MIDDLEWARE = [