質問編集履歴
1
エラーの追記をしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,3 +27,57 @@
|
|
27
27
|
```
|
28
28
|
|
29
29
|
このエラーにへの対処法を教えていただきたいです。よろしくお願いします!
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
### 追記
|
34
|
+
|
35
|
+
エラーの続きを追記させていただきます。
|
36
|
+
|
37
|
+
```
|
38
|
+
|
39
|
+
File "/var/www/<ユーザー名>_pythonanywhere_com_wsgi.py", line 15, in <module>
|
40
|
+
|
41
|
+
application = get_wsgi_application()
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
|
46
|
+
|
47
|
+
django.setup(set_prefix=False)
|
48
|
+
|
49
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/django/__init__.py", line 19, in setup
|
50
|
+
|
51
|
+
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
|
52
|
+
|
53
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/django/conf/__init__.py", line 79, in __getattr__
|
54
|
+
|
55
|
+
self._setup(name)
|
56
|
+
|
57
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/django/conf/__init__.py", line 66, in _setup
|
58
|
+
|
59
|
+
self._wrapped = Settings(settings_module)
|
60
|
+
|
61
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/django/conf/__init__.py", line 157, in __init__
|
62
|
+
|
63
|
+
mod = importlib.import_module(self.SETTINGS_MODULE)
|
64
|
+
|
65
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/isort/__init__.py", line 2, in <module>
|
66
|
+
|
67
|
+
from . import settings
|
68
|
+
|
69
|
+
File "/home/<ユーザー名>/<ユーザー名>.pythonanywhere.com/vfoliolife/lib/python3.6/site-packages/isort/settings.py", line 705, in <module>
|
70
|
+
|
71
|
+
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
72
|
+
|
73
|
+
***************************************************
|
74
|
+
|
75
|
+
If you're seeing an import error and don't know why,
|
76
|
+
|
77
|
+
we have a dedicated help page to help you debug:
|
78
|
+
|
79
|
+
https://help.pythonanywhere.com/pages/DebuggingImportError/
|
80
|
+
|
81
|
+
***************************************************
|
82
|
+
|
83
|
+
```
|