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
File "/Library/Python/2.7/site-packages/glamkit_eventtools-2.0.0a1-py2.7.egg/eventtools/models/generator.py", line 11, in
from nosj.fields import JSONField
ImportError: No module named nosj.fields
syncdb fails with error:
File "/Library/Python/2.7/site-packages/glamkit_eventtools-2.0.0a1-py2.7.egg/eventtools/models/generator.py", line 11, in
from nosj.fields import JSONField
ImportError: No module named nosj.fields
The JSONField project was updated to jsonfield and needs to be updated in models/generator.py.
https://github.com/bradjasper/django-jsonfield
Line 11 or so need to change from:
from nosj.fields import JSONField
to
from jsonfield.fields import JSONField
The text was updated successfully, but these errors were encountered: