Hi all,
I am new to Django, Python and web development in general. I've been
playing with Django for a couple of days and I like it. I am writing
an application that will allow multiple users to create, update and
delete objects. At this point I would like to limit users' access to
their own obje
In your main urls.py you only have one regex matchin anything starting
with polls, so "/" does not match anything. If you type
http://127.0.0.1:8000/polls/
you should see your index.
On Jun 4, 6:45 pm, Ross wrote:
> I've been working my way through the Django tutorial and everything
> has gone
2 matches
Mail list logo