Forums

Python modules for a django project

Is there a way to install modules (ex.: tastypie) for a django project in pythonanywhere?

Hello,

Yes that can be done by opening up a Bash console and entering the following command:

pip install --user django-tastypie

That will install it just for your account. We can also see about adding it to our standard set of packages.