ImportError: No module named markdownx
markdown module is installed, but still this error shows when trying to migrate with the command
python manage.py migrate
I am trying to load project in remote. The project folder is loaded using scp command
Try: to install it on remote server using below command
pip install django-markdownx
project settings.py
Add markdownx in installed apps.
project urls.py
url(r'^markdownx/', include('markdownx.urls'))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With