Zidek / django-basic-apps

Automatically exported from code.google.com/p/django-basic-apps
0 stars 0 forks source link

New blog posts not showing up #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Post a new blog entry with the date and time set to today and now.

What is the expected output? What do you see instead?
I would would expect that the post would show up on the post archive page
immediately. However, the post does not show up. Going to the post's detail
page brings up a 404 (No <django.utils.functional.__proxy__ object at
0x87b792c> found for).

If I set the post's time to 15minutes in the past it will show up. Also if
I restart the development server the post will show up.

What version of the product are you using? On what operating system?
I'm using r54 on an Ubuntu Feisty VPS.

Please provide any additional information below.
The date and time on my server and local machine is in sync.

Original issue reported on code.google.com by mccaffer...@gmail.com on 24 Jul 2008 at 8:27

GoogleCodeExporter commented 9 years ago
I've just installed the blog on my macbook. The same problem is cropping up.

Original comment by mccaffer...@gmail.com on 24 Jul 2008 at 11:41

GoogleCodeExporter commented 9 years ago
Make sure your TIME_ZONE correctly in your settings.py file. 

Original comment by npbor...@gmail.com on 31 Jul 2008 at 6:56

GoogleCodeExporter commented 9 years ago
Yes, it solved the problem but it took me too much time to find this solution.
An additional line in the install notes may allow to avoid that to many newbies 
;)

Original comment by Rayene.B...@gmail.com on 17 Nov 2008 at 5:58