אורי

Results 24 issues of אורי

`CACHES` in settings is not defined as I expect it. Possibly a bug. Please see below. https://stackoverflow.com/questions/70438274/how-do-i-replace-memcachedcache-with-pymemcachecache-in-django I'm running my website on Django 3.2. I read in [Django’s cache framework][1]...

PyPi only lists support of `factory-boy` to Django

AppConfig: Changed default_auto_field to "django.db.models.BigAutoField" + added migrations. (Support more than 2**31 records in all models).

In some websites the maximal number of friends is limited. You can add an optional MAX_NUMBER_OF_FRIENDS_ALLOWED in settings. If it's not defined then the number of friends is unlimited. You...