Forums

Getting started with bashconsole

I'm coming from working on localhost. I uploaded successfully my website, killed the bash as l logged out. Now l logged in again how do l start. Bash is not in my django environment, and ./manage.py migrate is giving permission error

There are a couple ways to get back into your django virtualenv. The easiest is to start a console with the virtualenv activated from the webapps tab. Another is to start a bash console and then activate it manually. (eg: if you can do so by workon my-virtual-env if you used virtualenvwrapper)