A
A
akhundmurad2021-03-18 12:07:37
Django
akhundmurad, 2021-03-18 12:07:37

Why doesn't collectstatic see the module with settings when it starts up?

2021-03-18T08:24:00.6259952Z Traceback (most recent call last):
2021-03-18T08:24:00.6261551Z File "/usr/local/lib/python3.8/site-packages/django/core/management /__init__.py", line 224, in fetch_command
2021-03-18T08:24:00.6262699Z app_name = commands[subcommand]
2021-03-18T08:24:00.6263504Z KeyError: 'collectstatic'
2021-03-18T08:24: 00.6263903Z 2021-03-18T08
:24:00.6264579Z During handling of the above exception, another exception occurred
:
:
2021-03-18T08:24:00.6266250Z File "manage.py", line 22, in
2021-03-18T08:24:00.6266787Z main()
2021-03-18T08:24:00.6267374Z File "manage.py ",line 18, in main
2021-03-18T08:24:00.6268023Z execute_from_command_line(sys.argv
) .py", line 401, in execute_from_command_line
2021-03-18T08:24:00.6270295Z utility.execute()
2021-03-18T08:24:00.6271482Z File "/usr/local/lib/python3.8/site-packages /django/core/management/__init__.py", line 395, in execute
2021-03-18T08:
24:00.6272641Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 231, in fetch_command
2021-03-18T08:24:00.6275119Z settings.INSTALLED_APPS
2021-03-18T08:24:00.6276240Z File "/usr/local/lib/python3.8/site-packages/django/conf/__init__.py", line 82, in __getattr__
2021-03-18T08:24:00.6277072 Z self._setup(name)
2021-03-18T08:24:00.6278084Z File "/usr/local/lib/python3.8/site-packages/django/conf/__init__.py", line 69, in _setup
2021- 2021-03-18T08:24
:00.6280122Z File "/usr/local/lib/python3.8/site-packages/django/conf/__init__.py ", line 170, in __init__
2021-03-18T08:24:00.6281122Z mod = importlib.import_module(self.SETTINGS_MODULE)
2021-03-18T08:24:00.6282077Z File "/usr/local/lib/python3.8/ importlib/__init__.py", line 127, in import_module
2021-03-18T08:24: 00.6282998Z return _bootstrap._gcd_import(name[level:], package, level
) 24:00.6284745Z File "", line 991, in _find_and_load
2021-03-18T08:24:00.6285637Z File "", line 973, in _find_and_load_unlocked
2021-03-18T08:24:00.6288527Z ModuleNotFoundError: No module named 'backend. settings *** *** *** *** *** *** *** ***'
2021-03-18T08:24:
00.6289444Z 24:00.6290664Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 224, in fetch_command
2021-03-18T08:24:00.6291600Z app_name = commands [subcommand]
2021-03-18T08: 24 : 00.6292422Z
KeyError : 'collectstatic'
18T08:24:00.6294132Z
2021-03-18T08:24:00.6294676Z Traceback (most recent call last):
2021-03-18T08:24:
00.6295355Z :24:00.6295932Z main()
2021-03-18T08:24:00.6296491Z File "manage.py", line 18, in main
2021-03-18T08:24:00.6297252Z execute_from_command_line(sys.argv)
2021-03- 18T08:24:00.6298415Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
2021-03-18T08:24:00.6299321Z utility.execute()
2021-03-18T08:24:00.6300371Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute
2021-03-18T08:24 :
00.6301607Z self.fetch_command(subcommand).run_from_argv(self.argv) .py", line 231, in fetch_command
2021-03-18T08:24:00.6309549Z settings.INSTALLED_APPS
2021-03-18T08:24:00.6310472Z File "/usr/local/lib/python3.8/site-packages/django /conf/__init__.py", line 82, in __getattr__
2021-03-18T08:24:00.6311139Z self._setup(name)
2021-03-18T08:24:00.6311965Z File "/usr/local/lib/python3. 8/site-packages/django/conf/__init__.py", line 69, in _setup
2021-03-18T08:24:00.6312742Z self._wrapped = Settings(settings_module
) .py", line 170, in __init__
2021-03-18T08:24:00.6314458Z mod = importlib.import_module(self.SETTINGS_MODULE)
2021-03-18T08:24:00.6315229Z File "/usr/local/lib/python3. 8/importlib/__init__.py", line 127, in import_module
2021-03-18T08:24:
00.6316007Z "", line 1014, in _gcd_import
2021-03-18T08:24:00.6317413Z File "", line 991, in _find_and_load
2021-03-18T08:24:00.6318141Z File "", line 973, in _find_and_load_unlocked

2021-03-18T08:24:00.6320343Z ModuleNotFoundError : No module named 'backend.settings *** *** *** *** *** *** *** ***' call
python manage.py collectstatic

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question