Am Tue, 06 Mar 2007 15:29:06 -0000 schrieb "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
> I am making simple blog for myself using Django. After made models and > create necessary urls, I run the application and got: Page Not Found. > [...] > >>> from mysite.blog.models import Post > >>> Post.objects.all() > [<Post: Membuat Blog dengan Django>] It is necessary that you provide MUCH more information to us... At least the following: * The relevant parts of your urls.py (generic views, yes?) * The template source code Maybe then it is possible to see the reason of the error. Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

