Re: Need a tip on how to architect this code to be more extensible

2010-12-05 Thread Rodrigo "OreiA" Chacon
Hi. There's a really good talk by James Bennett at the Google I/O 2008 that may help you. James talk mostly about the best practices when writing a "Reusable App". http://www.youtube.com/watch?v=A-S0tqpPga4 I'm sorry for my rusty english. -- Rodrigo Chacon On Dec 5, 3:53 am, Sontek wrote: > I

Re: Need a tip on how to architect this code to be more extensible

2010-12-04 Thread Sontek
I still haven't came up with a creative solution on this, is there anyone that might be able to give me some ideas? On Nov 29, 12:25 am, Sontek wrote: > I wrote this open source project that allows you to use the django > admin pop-ups in your own views but I want to give it the ability to > have

Need a tip on how to architect this code to be more extensible

2010-11-28 Thread Sontek
I wrote this open source project that allows you to use the django admin pop-ups in your own views but I want to give it the ability to have the view extended so they can pass excludes and instances to the form before its display... currently the code looks like this: from django.contrib.auth.deco