neutronX / django-markdownx

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

added 'MARKDOWNX_UPLOAD' to allow disabling media #184

Open nathanielCherian opened 4 years ago

nathanielCherian commented 4 years ago

Many users have a need to disallow users from uploading their own media to the server (neutronX#106). Prior django-markdownx did not natively support disabling media uploads. As a convienience feature I added the settings param MARKDOWNX_UPLOAD which defaults to True. When set to False it intercepts the post request in ImageForm and returns the ValidationError 'Media uploads to the server are disabled.'