reusable apps and dependencies

2009-01-10 Thread uber.ubiwanken...@gmail.com
Hi all, I've created a directory for all my usable apps, configured PYTHONPATH and everything's fine. But I got a problem when some apps release new versions and I want to update them on my hd. Plus, usually I get the svn version of an app to quickly update it. How do you resolve this kind of pro

Re: reusable apps and dependencies

2009-01-10 Thread uber.ubiwanken...@gmail.com
THONPATH and in /Users/giorgio/workspaces/django/apps I have the old version of diango-cms that I don't want to update. What I have to do? How I have to put the new version? How can I have both versions of django-cms? Thanks for your patience :) Giorgio On Jan 10, 7:43 pm, eXt wrote: >

Re: reusable apps and dependencies

2009-01-11 Thread uber.ubiwanken...@gmail.com
n every project? Is it the right choice? You have the same problem, don't you? How do you do? Thanks so much! Giorgio On Jan 10, 8:49 pm, eXt wrote: > On 10 Sty, 20:15, "uber.ubiwanken...@gmail.com" > wrote: > > Sorry, I'm afraid I was not too clear. > >

dependency between forms

2009-01-12 Thread uber.ubiwanken...@gmail.com
Hi all, I have 3 models: model1, model2, model3. model2 depends on model1 and model3 depends on model2 (depend means that have a foreignkey) In the admin interface I don't want to include model3 in the same page of model1 and I don't want to see model2 or model3 links to the change list in my in

Re: dependency between forms

2009-01-13 Thread uber.ubiwanken...@gmail.com
Thank you Malcolm, it's not a problem to write customized extensions but I wanted to be sure that it's the only way to do it. Regards, Giorgio On Jan 13, 1:58 am, Malcolm Tredinnick wrote: > On Mon, 2009-01-12 at 02:48 -0800, uber.ubiwanken...@gmail.com wrote: > > Hi all,