Hi, i'm using Django the first time for a browser game project. I will need to have some globally accessible, static data like string tables for every view. These would be loaded from XML files. For the moment all i have figured out with Django is that my code will be called via callbacks for the view when accessing a particular URL. Obviously, i don't want to relo I'd like to know where to put the code that reads these files and initialzes the global data.
-- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.