I have a variable defined by a function call in my views.py that's at the global level at the start of the file (ie is not inside any other function, though the variable is not prefixed by 'global'). As this takes a few seconds to complete, I just wanted to make sure that this function isn't being called every time a new url is requested. django only loads views.py once and then calls whatever functions necessary, correct?
thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

