Hi Sheriff,

Have you edit the view.py and  urls.py?

On 8/28/07, Sheriff26 <[EMAIL PROTECTED]> wrote:
>
>
> Hi.
>
> I'm new here. I try to follow the tutorial, but I have some problems.
>
> When I changed from (tutorial part two):
>
> class Choice(models.Model):
>     poll = models.ForeignKey(Poll)
>     choice = models.CharField(max_length=200)
>     votes = models.IntegerField()
>
> TO
>
> class Choice(models.Model):
>         poll = models.ForeignKey(Poll, edit_inline=models.TABULAR,
> num_in_admin=3)
>         choice = models.CharField(max_length=200, core=True)
>         votes = models.IntegerField(core=True)
>
> the Polls have dissapierd from the admin page.
> If I try to access it trough the url, I recive a Page Not Found 404
> error.
>
> I used only copy&paste. I have no idea where I miss'd ...
>
> HELP !
>
> Thanks
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to