|
|
|
|
|
by metamemetics
5717 days ago
|
|
http://jacobian.org/writing/django-apps-with-buildout/ Buildout. Like virtualenv but handles downloading correct required package versions too. gives you an isolated shell and django manager in your project directory. You can then distribute your project to different people and servers and ensure the correct version of python, django, etc. is used. |
|