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 <malc...@pointy-stick.com> wrote: > On Mon, 2009-01-12 at 02:48 -0800, uber.ubiwanken...@gmail.com wrot

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

Re: reusable apps and dependencies

2009-01-11 Thread uber.ubiwanken...@gmail.com
? 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 <restless.be...@gmail.com> wrote: > On 10 Sty, 20:15, "uber.ubiwanken...@gmail.com"<uber.ubiwanken...@gmail.com> > wrote: > > Sor

Re: reusable apps and dependencies

2009-01-10 Thread uber.ubiwanken...@gmail.com
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 <restless.be...@gmail.com> wrote: > On 10 Sty, 18:42, "uber.ubiwanke

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