We'd have to see your view code (and probably urls.py) to know what was causing this...
On Tue, 2007-03-06 at 15:29 +0000, [EMAIL PROTECTED] wrote: > Dear all, > > 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. > > It says: > > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/blog/ > > No post available > > > Yes, it says No Post Available although there was one post. > > D:\mysite>python manage.py shell > Python 2.4.1 (#65, Jun 20 2005, 17:01:55) [MSC v.1310 32 bit (Intel)] > on win32 > Type "help", "copyright", "credits" or "license" for more information. > (InteractiveConsole) > >>> from mysite.blog.models import Post > >>> Post.objects.all() > [<Post: Membuat Blog dengan Django>] > > Please suggest what was wrong? > > thanks and best regards, > > Mico --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---