This commit is contained in:
2024-04-12 10:12:56 +03:00
commit 049f11f557
26 changed files with 608 additions and 0 deletions

6
djpro/menu/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class MenuConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'menu'