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
+5
View File
@@ -0,0 +1,5 @@
from django.apps import AppConfig
class LettersConfig(AppConfig):
name = "letters"