Re: problem with instaling django

2018-07-17 Thread Shay Hershko
> > I tried and this is what showes up > > -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: problem with installing django

2018-07-16 Thread Shay Hershko
i tried looking in the files and for some reson it says i dont have django -- You received this message because you are subscribed to the Google Groups "Django users" g

problem with instaling django

2018-07-16 Thread Shay Hershko
i tried to install django and for some reson it dosent work i have followed the instructions on the website and on thie video (https://www.youtube.com/watch?v=MEcWRk9w0t0) and this is what i get

problem with installing django

2018-07-16 Thread Shay Hershko
i tried instaling djagno for a few times and for some reson its not working i followed instructions on the site and on this video (https://www.youtube.com/watch?v=MEcWRk9w0t0),and this is what i am geting at the end

Comma or Currency formats

2009-01-02 Thread Shay Ben Dov
Hi, I'm using GAE and wondering how come there is no comma insertion or currency formating of floating numbers like: {{ value|floatformat:2 }} built_in filter Shay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: polymorphism and abstract classes

2008-08-22 Thread Shay
base model will lend itself to this very well. :) I'll keep looking anyway. Thanks for the help! Shay On Aug 21, 7:18 pm, Kip Parker <[EMAIL PROTECTED]> wrote: > Though I'm not sure what MTI is (Google suggest "Massage Training > Institute", but that can

Re: polymorphism and abstract classes

2008-08-20 Thread Shay
apologies, I'm still trying to get my head around how all of this hangs together. :) Thanks, Shay On Aug 20, 5:21 pm, Kip Parker <[EMAIL PROTECTED]> wrote: > Maybe have a look at generic > relations?http://www.djangoproject.com/documentation/models/generic_relations/ > >

polymorphism and abstract classes

2008-08-19 Thread Shay
Hi, I'm rather new to Django, so please bear with me. :P I've been trying to figure out how to implement the following in models: class: Animal (abstract class) ... class: Zebra (extends Animal) ... class: Snake (extends Animal) ... class: ZooEnclosure String enclosureName Animal inhabitedB