embeded pandora mobile view

This commit is contained in:
j 2023-07-15 13:00:36 +05:30
commit b420bf43b7
45 changed files with 3437 additions and 0 deletions

6
app/user/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class UserConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.user"