On Mon, Feb 6, 2012 at 8:23 AM, bruno desthuilliers
wrote:
> Depends on how much you need to modify the third part app. Forking the
> app is sometimes the best solution, but it means you'll have a hard
> time keeping in sync with the original code when bugfixes and new
> features will be released.
On Feb 8, 7:01 pm, Tom Lesters wrote:
> > Generally speaking, using virtualenv (no-site-packages) + pip (with a
> > requirement file you keep in your project) is a GoodPractice(tm) when
> > it comes to dependencies.
>
> I'm actually using virtuallenv + pip now, thanks for advice anyways!
GoodBoy(
> Generally speaking, using virtualenv (no-site-packages) + pip (with a
> requirement file you keep in your project) is a GoodPractice(tm) when
> it comes to dependencies.
I'm actually using virtuallenv + pip now, thanks for advice anyways!
> Daniel already provided the simplest solution for this
On Feb 5, 6:16 pm, Tom Lesters wrote:
> hi all,
>
> I installed an app called idios into python2.6/site-packages/idios dir,
Which is possibly not a great idea... as you now know .
Generally speaking, using virtualenv (no-site-packages) + pip (with a
requirement file you keep in your project) is
On 5 February 2012 17:16, Tom Lesters wrote:
> hi all,
>
> I installed an app called idios into python2.6/site-packages/idios dir,
>
> now I need to make a small change, adding the following line(just for
> purpose of explaining this question)
> @login_required
> to one of the functions defined in
5 matches
Mail list logo