Re: Tree View

2006-02-05 Thread Jacob Kaplan-Moss
On Feb 5, 2006, at 5:00 PM, Max Battcher wrote: It's still not semantic (uses presentation style instead of nested s). It's looking like if I really want a true list view I need to build a custom tag. Right now I think I'm just going to spread the tree out across the URL space. You migh

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 view

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, b

Question Regarding MS-SQL success

2006-02-05 Thread Scott Comboni
I'm just starting out using django and I'm looking to re-create a small java application. I'm locked into using MS-SQL as the DB and I'm just curious on some feedback, caveats etc. Thanks Appreciate any comments or other docs to look at. Scott

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. http://co

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 tr

Re: Making Django Development server available to local network.

2006-02-05 Thread Tom Tobin
On 2/5/06, Panos Laganakos <[EMAIL PROTECTED]> wrote: > > 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. Also, did you try just "python manage runserver 8000" (i.e., not specifying the host)?

Re: Making Django Development server available to local network.

2006-02-05 Thread Panos Laganakos
I don't have any firewall enabled while I'm trying this though. I'll dig into a bit more and report back, Thanks.

Re: Making Django Development server available to local network.

2006-02-05 Thread Arthur
Hi > 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 still the other machines > can't browse it. Apache is showing fine to the local network, so I > suppose I must

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 stil

Re: DB Error: String value is not quoted

2006-02-05 Thread tnleeuw
Hi Adrian, Thanks for the tip; both my problems seem to be solved by using encode('UTF-8'). Cheers, --Tim

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(..).