Mahdi Namaki
Mahdi Namaki
### Describe the problem I use the database backend mode with Memcached. But the number of requests to display the settings is too many. ### Steps to reproduce 1. `context_processors`...
How can I create a validation for file size?
سلام سال ۱۴۰۳ کبیسه هست و اسفند ماه ۳۰ روزه هست، ولی الگوریتم محاسبه به کار رفته اشتباه محاسبه میکنه و ۲۹ روز نشون میده.
Hello, thank you for creating this package. I created the `MediaType` model, which is made of `IntegerChoices`: from django.db.models import IntegerChoices, TextChoices class MediaType(IntegerChoices): PHOTO = 1, _('Photo') VIDEO_IGTV_REAL =...