Petr Dlouhý
Petr Dlouhý
For the problem with users created prior introducing `django-plans`, I would recommend introducing adminaction to the sources. The code might be pretty simple: ```python for user in UserProfile.objects.filter(userplan=None): UserPlan.objects.create(user=user, plan=Plan.objects.get(default=True))...
The Celery dependency should be removed now.
To anyone interested in this, I finally ended up with a bit different code, which works for me and I also added FB Pixel code: ```htmldjango {% load i18n %}...
@Alir3z4 Should I somehow help with this? I think we should make a PyPI release as soon as possible (automatic or not), because there are many fixes, especially of compatibility...
@Alir3z4 Could you please merge the #158 and #152 MRs? What about the PyPI release? Can I help it somehow?
@Alir3z4 I think we should release new PyPI version now, the current doesn't work in with newer Django/Python versions. None of the remaining MRs are mandatory for the new release...
@nemesisdesign I have no rights to this repo nor PyPI package, so its on @Alir3z4. I did most of the maintanence work as well as some development. I think the...
My PyPI username is petr.dlouhy
OK, I resubmitted #172 in #174 to use mocking everywhere. The new version is still not released. Are we waiting for something, or should I just release it?
Yeah, now I have the rights. I will make the release.