Проект django развертывается с помощью Apache, Apache запущен, но показывает ошибку и зависимость уже установлена - PullRequest
0 голосов
/ 12 декабря 2018

Проект Django развертывается с помощью Apache, Apache запущен, но показывает ошибку и зависимость уже установлена ​​

[Wed Dec 12 10:59:32.115495 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "/usr/local/lib/python3.5/dist-packages/django/core/wsgi.py", line 13, i$
[Wed Dec 12 10:59:32.115497 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]     django.setup(set_prefix=False), referer: http://13.127.165.50/en/admin/
[Wed Dec 12 10:59:32.115501 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "/usr/local/lib/python3.5/dist-packages/django/__init__.py", line 27, in$
[Wed Dec 12 10:59:32.115503 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]     apps.populate(settings.INSTALLED_APPS), referer: http://13.127.165.50/en/ad$
[Wed Dec 12 10:59:32.115507 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "/usr/local/lib/python3.5/dist-packages/django/apps/registry.py", line 8$
[Wed Dec 12 10:59:32.115509 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]     app_config = AppConfig.create(entry), referer: http://13.127.165.50/en/admi$
[Wed Dec 12 10:59:32.115513 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "/usr/local/lib/python3.5/dist-packages/django/apps/config.py", line 94,$
[Wed Dec 12 10:59:32.115515 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]     module = import_module(entry), referer: http://13.127.165.50/en/admin/
[Wed Dec 12 10:59:32.115518 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module, $
[Wed Dec 12 10:59:32.115521 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]     return _bootstrap._gcd_import(name[level:], package, level), referer: http:$
[Wed Dec 12 10:59:32.115524 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "<frozen importlib._bootstrap>", line 986, in _gcd_import, referer: http$
[Wed Dec 12 10:59:32.115534 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "<frozen importlib._bootstrap>", line 969, in _find_and_load, referer: h$
[Wed Dec 12 10:59:32.115538 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384]   File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked, r$
[Wed Dec 12 10:59:32.115550 2018] [wsgi:error] [pid 20200:tid 140575906928384] [client 103.3.228.58:42384] ImportError: No module named 'djangocms_text_ckeditor', referer: http://13.127.$
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...