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
Error during template rendering
In template C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\contrib\admin\templates\admin\includes\fieldset.html, error at line 19
context must be a dict rather than Context.
line 19 {{ field.field }}
My command in models.py
body = MarkdownField()
Please help me solve this error. I tried but I don't understand how has this error.
The text was updated successfully, but these errors were encountered:
Oh. I solved this issue by install https://github.com/neutronX/django-markdownx. Maybe, this error is not support between Django and Django-markdown. Please inorge this!Thank you!
Error during template rendering
In template C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\contrib\admin\templates\admin\includes\fieldset.html, error at line 19
context must be a dict rather than Context.
line 19 {{ field.field }}
My command in models.py
body = MarkdownField()
Please help me solve this error. I tried but I don't understand how has this error.
The text was updated successfully, but these errors were encountered: