add: add common models, translations and register on admin panel

This commit is contained in:
behruz-dev
2025-08-26 12:38:25 +05:00
parent b46b9975ba
commit e279c141b3
7 changed files with 399 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ Django==5.2
django-cacheops==7.2
django-environ==0.12.0
django-jazzmin==3.0.1
django-modeltranslation==0.19.16
django-redis==6.0.0
djangorestframework==3.16.1
djangorestframework_simplejwt==5.5.1
@@ -34,3 +35,4 @@ uritemplate==4.2.0
uvicorn==0.35.0
vine==5.1.0
wcwidth==0.2.13
pillow