You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "manage.py", line 15, in
execute_from_command_line(sys.argv)
File "C:\envs\portal\lib\site-packages\django\core\management_init_.py", line 425, in execute_from_command_line
utility.execute()
File "C:\envs\portal\lib\site-packages\django\core\management_init_.py", line 419, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\envs\portal\lib\site-packages\django\core\management\base.py", line 373, in run_from_argv
self.execute(*args, **cmd_options)
File "C:\envs\portal\lib\site-packages\django\core\management\base.py", line 417, in execute
output = self.handle(*args, **options)
File "C:\envs\portal\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 187, in handle
collected = self.collect()
File "C:\envs\portal\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 134, in collect
raise processed
whitenoise.storage.MissingFileError: The file 'vendor/bootstrap/js/bootstrap.min.js.map' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x00000223D8065CA0>.
The JS file 'vendor\bootstrap\js\bootstrap.min.js' references a file which could not be found:
vendor/bootstrap/js/bootstrap.min.js.map
Please check the URL references in this JS file, particularly any
relative paths which might be pointing to the wrong location.
The text was updated successfully, but these errors were encountered:
Hi,
create venv
pip install -r requirements.txt
python manage.py collectstatic
getting the following error:
django-job-portal>python manage.py collectstatic
Post-processing 'vendor\bootstrap\js\bootstrap.min.js' failed!
Traceback (most recent call last):
File "manage.py", line 15, in
execute_from_command_line(sys.argv)
File "C:\envs\portal\lib\site-packages\django\core\management_init_.py", line 425, in execute_from_command_line
utility.execute()
File "C:\envs\portal\lib\site-packages\django\core\management_init_.py", line 419, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\envs\portal\lib\site-packages\django\core\management\base.py", line 373, in run_from_argv
self.execute(*args, **cmd_options)
File "C:\envs\portal\lib\site-packages\django\core\management\base.py", line 417, in execute
output = self.handle(*args, **options)
File "C:\envs\portal\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 187, in handle
collected = self.collect()
File "C:\envs\portal\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 134, in collect
raise processed
whitenoise.storage.MissingFileError: The file 'vendor/bootstrap/js/bootstrap.min.js.map' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x00000223D8065CA0>.
The JS file 'vendor\bootstrap\js\bootstrap.min.js' references a file which could not be found:
vendor/bootstrap/js/bootstrap.min.js.map
Please check the URL references in this JS file, particularly any
relative paths which might be pointing to the wrong location.
The text was updated successfully, but these errors were encountered: