Traceback (most recent call last): File "./geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geos.settings' Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'geos' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.AUTH_PROFILE_MODULE) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'geos'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 118, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.AUTH_PROFILE_MODULE) django.core.exceptions.ImproperlyConfigured: AUTH_PROFILE_MODULE refers to model 'geos.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'geos' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.AUTH_PROFILE_MODULE) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'geos'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 118, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.AUTH_PROFILE_MODULE) django.core.exceptions.ImproperlyConfigured: AUTH_PROFILE_MODULE refers to model 'geos.UserProfile' that has not been installed Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 116, in create mod = import_module(mod_path) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'mezzanine' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 116, in create mod = import_module(mod_path) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'mezzanine' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 116, in create mod = import_module(mod_path) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'mezzanine' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 116, in create mod = import_module(mod_path) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'mezzanine' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 116, in create mod = import_module(mod_path) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'mezzanine' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named haystack Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named haystack Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named haystack Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models(all_models) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/mezzanine/generic/models.py", line 10, in from django_comments.models import Comment File "/home2/snowbear/python/lib/python2.7/site-packages/django_comments/models.py", line 12, in class Comment(CommentAbstractModel): File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/db/models/base.py", line 103, in __new__ "application was loaded. " % (module, name)) RuntimeError: Model class django_comments.models.Comment doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded.