Mishiko Okropiridze
Mishiko Okropiridze
@ccaprani You can hack around by setting ```VIRTUAL_ENV``` variable like mentioned. steps - Activate your conda env and run ```conda env config vars set VIRTUAL_ENV=$(which python) && conda deactivate ```...
It is required. In docs model's inherit from `LifecycleModel` ``` class LifecycleModel(LifecycleModelMixin, models.Model): class Meta: abstract = True ``` which is inheriting from `LifecycleModelMixin`
USA only has this cities ```New-york Chicago Los-angeles San-francisco Austin Seattle``` And Georgia country should not contain Georgia, USA
@ShuangLau Experience same problem. From my analysis i found that chord fails when sub tasks results are too big. This can be checked by running ```ChordCounter.objects.all().values()``` We see existing counters...
> should that be shown in the admin? No, because they are not persistent objects, as they are deleted after counter is zero
Agreed, we should document. Not sure about solution. You can have same problem with redis backend if result are too big, fetching them are very slow, and solution to that...
I am facing the same problem, does anyone have a solution?
@aryan340 This package is mostly unusable, just use Pymongo. however check your Django version. If it's Django 3+ this might have broke djongo integration.
> But then I would lose the django orm support - which is the main reason anyone would want to use django in the first place.. Then why are you...
Yes can confirm also from my side. In my experience SMTP is very unreliable, are there any other methods that can be used for Gmail ?