django mptt and fixtures

2008-04-09 Thread novice
HI, I am using django mptt and I also want to use fixtures with my registered model. However, since mptt inserts fields that are NOT NULL, I was not able to do so. I found this link http://code.google.com/p/django-mptt/source/browse/trunk/docs/models.txt?r=100 where it was described that I have

Implementing opening hours (model + form + view + template...)

2007-09-30 Thread novice
HI all, I am trying to implement opening hour feature for a seller so that they can put two sets of opening hours per day. WOuld be great if anyone already has implemented similar code and wants to share it!:-) This is the way I am trying to do it and at the end you will find my questions. I

Email as username in django auth framework

2007-09-10 Thread novice
Hello, I am using the django auth and liking it, but I would like to make the username to be an email field. I can do it easily by changing the user model in the auth, but is there any way of accomplishing this without changing the user model? I came across this snippet

live bookmark equivalent in IE

2007-08-19 Thread novice
Hi guys, we created some RSS feeds from our website using the django syndication framework and things are working fine from firefox! And we want the same functionality to be available in other browsers, specially Internet explorer. We checked several addons for IE but still couldnt find anything

select_related() bug

2007-07-24 Thread novice
Hello, I have this following model structure model category : name & description fields model seller : name & some address fields... model offer: category (FK to category table), name, picture, etc... model offer_seller: offer (FK to offer), seller (FK to seller), price, amount, etc the

Re: multiple inner joins in sql

2007-07-11 Thread novice
statement does :-)... On Jul 11, 3:10 am, Nathan Ostgard <[EMAIL PROTECTED]> wrote: > On Jul 10, 2:58 pm, novice <[EMAIL PROTECTED]> wrote: > > > but I get error that the offers_offerprice.offerseller_id column > > doesnt exist. > > I think you're missing an

multiple inner joins in sql

2007-07-10 Thread novice
Hi all, I have these questions regarding some sql queries which I was able to do in msacess but i wasnot with django which is using mysql database...sorry for the length mail, but i am just trying to make the question as clear as possible... I have a table structure something like this: which