Forums

No Module Named django-admin-bootstrapped

I've got a django app that I'm trying to deploy on PythonAnywhere. I've followed the instructions of using veirtualenvwrapper and installing django, then cloning my repository and trying to activate it here. The moment I navigate into my cloned folder and try manage.py syncdb, I get an error saying no moduled named django-admin-bootstrapped. This is a module listed in my INSTALLED_APPS and I installed it using the virtualenvwrapper too.

Any idea what I can do to start my application?

When you want to work inside a virtualenv in a console, you need to activate it.

source virtualenvwrapper.sh
workon my-virtualenv-name