Yes your explanation makes sense to me.
Now the only thing that bothers me is that it doesn't match with what the
tutorial shows there :
http://docs.djangoproject.com/en/dev/intro/tutorial02/#customize-the-admin-form->
pool only appears once
I join a image with the result I have on my screen, I h
Hello,
The built in admin system for django names it's URL's by application
name then model name. So if you have an application called "polls" and
in that application you have a model called "poll" then the admin URL
to edit those models would be admin/polls/poll
amdin/polls will show all the mod
2 matches
Mail list logo