You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Googling found that it's related to Django >=1.7 and solved over system.pinmanager this with:
importdjangodjango.setup()
Pinmanager code inside data_collector (remember data_collector is supervisord, not on our wsgi) relies on system.pinmanager that loads Django User model (from django.contrib.auth.models import User as DjangoUser), but django.setup() now seems to be required
Can you confirm this being ok? :)
Meanwhile, having PR
M.
The text was updated successfully, but these errors were encountered:
schakrava
changed the title
[Bug] Upgrading to Django >= 1.7 requires enabling Django on data_collector
data_collector changes for django >= 1.7
Dec 13, 2016
Hi @schakrava , need your help / confirmation for upcoming PR:
While checking Pincard manager after Django update got this while trying to create a new pincard (credit card symbol on users page clicked):
Googling found that it's related to Django >=1.7 and solved over system.pinmanager this with:
Pinmanager code inside data_collector (remember data_collector is supervisord, not on our wsgi) relies on system.pinmanager that loads Django User model (
from django.contrib.auth.models import User as DjangoUser
), but django.setup() now seems to be requiredCan you confirm this being ok? :)
Meanwhile, having PR
M.
The text was updated successfully, but these errors were encountered: