Сообщение это Django выдает если
if app_config is None:
Трейсбек вывел:
Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/core/management/_
_init__.py", line 338, in execute_from_command_line
utility.execute()
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/core/management/_
_init__.py", line 312, in execute
django.setup()
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/__init__.py", lin
e 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/apps/registry.py"
line 85, in populate
app_config = AppConfig.create(entry)
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/apps/config.py",
line 86, in create
module = import_module(entry)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/home/pathfinder/Dev/python/django/feniks-site/oembed/__init__.py", line 9, in <module>
from oembed.sites import site
File "/home/pathfinder/Dev/python/django/feniks-site/oembed/sites.py", line 12, in <module>
from oembed.models import StoredOEmbed, StoredProvider
File "/home/pathfinder/Dev/python/django/feniks-site/oembed/models.py", line 10, in <module>
from oembed.providers import HTTPProvider
File "/home/pathfinder/Dev/python/django/feniks-site/oembed/providers.py", line 18, in <module>
from django.contrib.sites.models import Site
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/contrib/sites/models.py", line 78, in <module>
class Site(models.Model):
File "/home/pathfinder/Dev/python/django/srcn-env/local/lib/python2.7/site-packages/django/db/models/base.py
", line 115, in __new__
assert False
AssertionError
Updated 10 April 2016, 9:31 by pathfindermind.