#10669 closed (invalid)
The import of third-party libraries in the project
Description ¶
Third-party libraries are generally installed in the python site-packages directory to facilitate the direct import, but sometimes do not have permission to import, sometimes, different projects require different versions of third-party libraries; want to add in the project directory a library directory (such as lib), when the server at run-time, automatic import of third-party libraries inside.
Between the different projects so do not affect each other. Especially in the use of virtual hosts, or the same service running on a number of projects, which use a third-party libraries, very important, convenient and flexible.
I don't see a bug report here. If this is a question please take it to the django-users mailing list.