I'm writing a website for a newspaper; each day, the website will have
a different current issue, and the site will display articles based on
the current issue.  What I was wondering was the best way to go about
storing the current issue.  I was thinking a global / site-wide
variable, but I couldn't find anything in the documentation about how
to do this.  Does anyone know if this is possible, and if not, suggest
a different way to implement the current issue?  I'd prefer not to
have to make database requests every time I want to know the current
issue, since this will only change once per day.

-Andy

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

Reply via email to