python - Runnig Django project outside virtual enviroment -


i have made api in tastypie django uploads image worked inside django virtual environment. when run outside virtual environment doesn't work. have installed many libraries required image processing , want link work api libraries not imported in virtual environment there solution ????

just install required packages within virtual environment. once activate virtual environment, type:

pip install <package name> 

changing <package name> package want installed.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -