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
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
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
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
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
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
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)?
I don't have any firewall enabled while I'm trying this though.
I'll dig into a bit more and report back,
Thanks.
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
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
Hi Adrian,
Thanks for the tip; both my problems seem to be solved by using
encode('UTF-8').
Cheers,
--Tim
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
i just need an example of _manipulator_validate_foo(..).
13 matches
Mail list logo