Hi there, I have a question on the site concept. While reading the source code, I found that there is the site related statement in django.contrib.auth.views.login:
if Site._meta.installed: current_site = Site.objects.get_current() else: current_site = RequestSite(request) I'm not clear about "Site._meta.installed". I tried in my project, and found it is already True. But I could not find a way to toggle its value. Could anybody explain how this variable is assigned? Many thanks BRs/PP --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---