Django question

1 post / 0 new
#1 Fri, 07/27/2012 - 15:54
LukasHalim

Django question

I used the Virtualmin install script to install Django and it appears to have worked - I get a Django error page when I go to the IP of the virtual server - however when I go to the terminal and run the command python -c "import django;" I got the message "No module named django." Simiarly when I run the command python manage.py I get "No module name django.core.management." The suggested fixes I see here: http://stackoverflow.com/questions/6049933/django-import-error-no-module... involve making a change to the django version number, but I didn't try that since I figure Virtualmin should work best with the version it chose to install.