Open carribeiro opened 13 years ago
There is an easy way to add this to the requirements file. pip have an ability to install packages from svn+http, in this case you need to run installation as: pip install -e svn+http://django-jqgrid.googlecode.com/svn/trunk/#egg=django-jqgrid
Oops. I have read about it before but didn't remember about it for some reason. I'll test it and (maybe) remove the file from the repository. I say maybe because there's some patches already being applied to it.
Carlos Ribeiro
On Sat, Apr 23, 2011 at 15:31, akostyuk < reply@reply.github.com>wrote:
There is an easy way to add this to the requirements file. pip have an ability to install packages from svn+http, in this case you need to run installation as: pip install -e svn+ http://django-jqgrid.googlecode.com/svn/trunk/#egg=django-jqgrid
Reply to this email directly or view it on GitHub: https://github.com/carribeiro/vdeli/issues/7#comment_1048051
Carlos Ribeiro Consultoria em Projetos twitter: http://twitter.com/carribeiro blog: http://rascunhosrotos.blogspot.com mail: carribeiro@gmail.com
We are testing the django-jggrid component (http://code.google.com/p/django-jqgrid/) to view a django queryset as a grid. This module is available only via Google Code:
svn checkout http://django-jqgrid.googlecode.com/svn/trunk/ django-jqgrid-read-only
If it were available via PIP it would be easy to include it as a dependency, but pip doesn't find it. W'll test it a little bit more and if we deceid to go with it, we need to figure out how to deploy it cleanly (ex: we can host a copy into our own repository).