Advertisement
Roman_Sarnov

Untitled

Jun 19th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ModuleNotFoundError: No module named 'social_django'
  2. Traceback (most recent call last):
  3. File "/home/RomanSarnov/.local/bin/pa_autoconfigure_django.py", line 47, in <module>
  4. main(arguments['<git-repo-url>'], arguments['--domain'], arguments['--python'], nuke=arguments.get('--nuke'))
  5. File "/home/RomanSarnov/.local/bin/pa_autoconfigure_django.py", line 37, in main
  6. project.run_collectstatic()
  7. File "/home/RomanSarnov/.local/lib/python3.8/site-packages/pythonanywhere/django_project.py", line 83, in run_collectstatic
  8. subprocess.check_call([
  9. File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
  10. raise CalledProcessError(retcode, cmd)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement