python - why showing ImportError: No module named markdownx when migrating in django...? -
importerror: no module named markdownx
markdown module installed, still error shows when trying migrate command
python manage.py migrate i trying load project in remote. project folder loaded using scp command
try: install 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')) hope helps!!
Comments
Post a Comment