Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. (web_edu)www-data@eSchool72-web-2:~$ django-admin collectstatic -c
  2. /opt/bars/web_edu/venv/lib/python2.7/site-packages/web_edu/_patching/djangolt1103_patches.py:66: MonkeyPatchWarning: kill me plz!
  3. /opt/bars/web_edu/venv/lib/python2.7/site-packages/web_edu/_patching/djangolt111_patches.py:187: MonkeyPatchWarning: kill me plz!
  4. /opt/bars/web_edu/venv/lib/python2.7/site-packages/web_edu/_patching/djangolt21_patches.py:29: MonkeyPatchWarning: fix me plz!
  5. Traceback (most recent call last):
  6. File "/opt/bars/web_edu/venv/bin/django-admin", line 11, in <module>
  7. sys.exit(execute_from_command_line())
  8. File "/opt/bars/web_edu/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
  9. utility.execute()
  10. File "/opt/bars/web_edu/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 327, in execute
  11. django.setup()
  12. File "/opt/bars/web_edu/venv/lib/python2.7/site-packages/django/__init__.py", line 18, in setup
  13. apps.populate(settings.INSTALLED_APPS)
  14. File "/opt/bars/web_edu/venv/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
  15. app_config = AppConfig.create(entry)
  16. File "/opt/bars/web_edu/venv/lib/python2.7/site-packages/django/apps/config.py", line 116, in create
  17. mod = import_module(mod_path)
  18. File "/usr/local/pyenv/versions/2.7.12/lib/python2.7/importlib/__init__.py", line 37, in import_module
  19. __import__(name)
  20. ImportError: No module named #web_edu.plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement