return self.pub_date >= timezone.now() - datetime.timedelta(days=1)
NameError: global name 'datetime' is not defined
But the timezone module is imported in modules.py
should i define it somewhere else?
Joy
-- You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/bypCLBux4boJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment