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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -