Re: Tree View

2006-02-05 Thread Max Battcher
Julio Nobrega wrote: 's are possible, it's in fact what I use on my (to-be) site: {% for node in node_tree %} {{ node.body }} {% endfor %} It's still not semantic (uses presentation style instead of nested s). It's looking like if I really want a true list

relating ManyToMany to itself

2006-02-05 Thread Brice Carpentier
Hi, I've got an Article object (what a surprise !), and was willing to relate it to other articles My initial plan was to use a ManyToMany relationship, but it doesn't seem to be possible (I tried specifying "self"). I also tried to specify my ManyToMany relationship using an intermediary table,

Re: Magic removal

2006-02-05 Thread quentinsf
Yes, the magic removal stuff will mean quite a lot of changes for me too. But I think the platform will be greatly improved as a result, and fortunatley my app hasn't grown too large yet! One thing I love about Django is how well Adrian and co usually go about documenting the changes.

Re: Making Django Development server available to local network.

2006-02-05 Thread Jan Rademaker
Panos Laganakos wrote: > Hello, > > I am using a local server for all web development stuff. So I set up > django on it and started the tutorial. > > Thing is, that when I try '$ python manage runserver 10.0.0.3:8000' to > start the server, it won't make it available to the network. You could

Making Django Development server available to local network.

2006-02-05 Thread Panos Laganakos
Hello, I am using a local server for all web development stuff. So I set up django on it and started the tutorial. Thing is, that when I try '$ python manage runserver 10.0.0.3:8000' to start the server, it won't make it available to the network. I tried doing it with admin privileges, but

Re: Serving xhtml with correct mime-type

2006-02-05 Thread Ashocka
Yes, I did find it, thanks. And in general that is one thing that has impressed me about django, that there are pretty good docs, presented very clearly. It engenders confidence. Geoff

Re: _manipulator_validate_FOO() , i need help.

2006-02-05 Thread coulix
i just need an example of _manipulator_validate_foo(..).