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
Right now TemplateVariable values are casted to string (variables.append(TemplateVariable(name=k, value=str(v), email=email))). Need to use json.dumps here, or some methods from django.core.serializers module.