The problem only occurs when I run the Django development server. When
I looked at the same pages on Apache running "live" (it's all on my
local pc), the "Published Today" field works as I would expect.


Adrian Holovaty wrote:
> On 5/21/06, keukaman <[EMAIL PROTECTED]> wrote:
> > Following the tutorial, I created a field that says "Published today"
> > for the polls. When I look at the field on the development server, none
> > of the polls created today show "True" under the "Published today"
> > column.
> >
> > When I look at the same pages when running the admin section through
> > Apache2 with the address http://localhost/admin, the column properly
> > shows "True" for polls created today.
> >
> > Is anyone aware of this problem, and is there a way to fix it for the
> > development server?
>
> Sounds like a problem on your server. Are you sure your system date is
> set correctly? Are your development and Apache servers running on the
> same OS on the same machine?
>
> Adrian
> 
> -- 
> Adrian Holovaty
> holovaty.com | djangoproject.com


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to