This commit is contained in:
2026-02-02 16:23:26 +07:00
parent 3774758813
commit 62e53fac1b
15 changed files with 210 additions and 0 deletions

5
app1/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class App1Config(AppConfig):
name = 'app1'