Alex Bendig

Results 2 issues of Alex Bendig

In https://github.com/arctelix/django-invitation/blob/master/invitation/models.py the statement `site = Site.objects.get_current()` results in an exception `AppRegistryNotReady: Models aren't loaded yet.` being raised on Django 1.7, which means `site` and `root_url` are never set. The...