Re: Arguing for convention over configuration

2005-09-04 Thread Kieran Holland
Eugene, On 05/09/05, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > One possible solution is to create Category model and subclass it every time > I need to use it. Subclassed model should live in its own table and > implement proper getters to get related objects. I don't know if it is > possible

Re: Advice on developing with django for a team of 10+

2006-03-23 Thread Kieran Holland
tonemcd wrote: > I don't want my .pyc files being put into the repository, and I thought > a recursive svn property ignore would do the trick. I used the info > from http://www.nedbatchelder.com/text/quicksvn.html, specifically; See http://code.djangoproject.com/ticket/1378 for one solution Kie