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 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named settings 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. 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. 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 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named settings 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. 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 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named settings 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python2.7/site-packages/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named settings