Writing your first Django app, part 2
Hello All
I go through the lessons on the Django site and I've got a bit of problem with the second one.
Make the poll app modifiable in the admin. I defined inner Admin class in the Poll class, but Poll link desn't appear in the admin page.
Does anybody know what the problem ?
Thanks.
I go through the lessons on the Django site and I've got a bit of problem with the second one.
Make the poll app modifiable in the admin. I defined inner Admin class in the Poll class, but Poll link desn't appear in the admin page.
Does anybody know what the problem ?
Thanks.
