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
View File
+1
View File
@@ -0,0 +1 @@
# Register your models here.
+5
View File
@@ -0,0 +1,5 @@
from django.apps import AppConfig
class LettersConfig(AppConfig):
name = "letters"
+1
View File
@@ -0,0 +1 @@
# Create your models here.
+1
View File
@@ -0,0 +1 @@
# Create your tests here.
+1
View File
@@ -0,0 +1 @@
# Create your views here.