Dynamic ForeignKey using or how ?

2009-05-19 Thread Anakin
i want to use 2 model in one foreignkey, i think its dynamic foreignkey it means; i have 2 model named screencasts and articles. and i have a fave model, for favouriting this model entrys. can i use model dynamicly ? class Articles(models.Model): title = models.CharField(max_length=100)

ManyToMany and Foreignkey fields together (django-admin)

2008-10-14 Thread Anakin
I am deveoping with django for a film web site. I need help with using ManyToMany and Foreignkey fields together and connected to eachother. That is when "Heores" is selected from the foreignkey field, I want the names of actors in "Heroes" to be posted (by ajax or postback) Can I do this with

Render to Response or Another Ways to Getting Data

2008-09-17 Thread Anakin
hey. can i use double render_to_response in a one page, or anyway ? actually i want to loading default datas, like categories list or my latest 10 post. am i have to add datas everytime (every view) with render_to_response ? thanx. --~--~-~--~~~---~--~~ You re

Re: weird osx problem (templates path)

2008-09-10 Thread Anakin
. now everything works fine. sorry for my noob posts. thanx everyone again for replys. On 10 Eylül, 18:14, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 11:03 AM, Anakin <[EMAIL PROTECTED]> wrote: > > > any ideas about that ? > > Any ideas

Re: weird osx problem (templates path)

2008-09-10 Thread Anakin
any ideas about that ? On 10 Eylül, 08:58, Anakin <[EMAIL PROTECTED]> wrote: > @yousef, > > i did it 3-4 times, invidually (and all). but nothing changed. > and im working on true settings file. im going to be mad cause this > error :) > > On 10 Eylül, 01:08, "

Re: weird osx problem (templates path)

2008-09-09 Thread Anakin
t show > $HOME/Documents/django/bjango/templates on the template_path, which is sort > of suspicious. > > Try commenting out every template loader except: > filesystem.load_template_source > > On Tue, Sep 9, 2008 at 1:38 PM, Anakin <[EMAIL PROTECTED]> wrote

Re: weird osx problem (templates path)

2008-09-09 Thread Anakin
t; On Sep 9, 8:56 pm, Anakin <[EMAIL PROTECTED]> wrote: > > > im using 10.5.2 osx Leopard. and im working with django 1.0 final > > release. > > > i have some screenshots about this error, settings - traceback and if > > you need terminal log. you can see in

Re: weird osx problem (templates path)

2008-09-09 Thread Anakin
; On Tue, Sep 9, 2008 at 1:07 PM, Adi J. Sieker <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > On Tue, 09 Sep 2008 21:56:24 +0200, Anakin <[EMAIL PROTECTED]> wrote: > > > > im using 10.5.2 osx Leopard. and im working with django 1.0 final > > >

weird osx problem (templates path)

2008-09-09 Thread Anakin
im using 10.5.2 osx Leopard. and im working with django 1.0 final release. i have some screenshots about this error, settings - traceback and if you need terminal log. you can see in this url. http://www.deneloper.com/django-error/index.html please tell me, what is the problem :( thanx for supp