neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
854 stars 153 forks source link

Add image upload instructions #178

Closed jtury closed 2 years ago

jtury commented 4 years ago

I had some trouble with getting MarkdownX's image upload feature to work the other day. Turns out I forgot to define MEDIA_ROOT and MEDIA_URL in my settings.py. This will save time for people when installing MarkdownX in their project.