| 1 | | python manage.py collectstatic command |
| 2 | | |
| 3 | | |
| 4 | | {{{ |
| 5 | | (venv) PS C:\Users\intevers\Downloads\django\intevers> python manage.py collectstatic |
| 6 | | |
| 7 | | You have requested to collect static files at the destination |
| 8 | | location as specified in your settings: |
| 9 | | |
| 10 | | C:\Users\intevers\Downloads\django\intevers\assets |
| 11 | | |
| 12 | | This will overwrite existing files! |
| 13 | | Are you sure you want to do this? |
| 14 | | |
| 15 | | Type 'yes' to continue, or 'no' to cancel: yes |
| 16 | | Post-processing 'admin\assets\css\vendors\icon\font-awesome\all.min.css' failed! |
| 17 | | |
| 18 | | Traceback (most recent call last): |
| 19 | | File "C:\Users\intevers\Downloads\django\intevers\manage.py", line 22, in <module> |
| 20 | | main() |
| 21 | | File "C:\Users\intevers\Downloads\django\intevers\manage.py", line 18, in main |
| 22 | | execute_from_command_line(sys.argv) |
| 23 | | File "C:\Users\intevers\Downloads\django\intevers\venv\lib\site-packages\django\core\management\__init__.py", line 442, in execute_from_command_line |
| 24 | | utility.execute() |
| 25 | | File "C:\Users\intevers\Downloads\django\intevers\venv\lib\site-packages\django\core\management\__init__.py", line 436, in execute |
| 26 | | self.fetch_command(subcommand).run_from_argv(self.argv) |
| 27 | | File "C:\Users\intevers\Downloads\django\intevers\venv\lib\site-packages\django\core\management\base.py", line 412, in run_from_argv |
| 28 | | self.execute(*args, **cmd_options) |
| 29 | | File "C:\Users\intevers\Downloads\django\intevers\venv\lib\site-packages\django\core\management\base.py", line 458, in execute |
| 30 | | output = self.handle(*args, **options) |
| 31 | | File "C:\Users\intevers\Downloads\django\intevers\venv\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 209, in hand |
| 32 | | le |
| 33 | | collected = self.collect() |
| 34 | | File "C:\Users\intevers\Downloads\django\intevers\venv\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 154, in coll |
| 35 | | ect |
| 36 | | raise processed |
| 37 | | whitenoise.storage.MissingFileError: The file 'admin/assets/css/vendors/icon/webfonts/fa-brands-400.woff2' could not be found with <whitenoise.storage.Compres |
| 38 | | sedManifestStaticFilesStorage object at 0x000002243C1053C0>. |
| 39 | | |
| 40 | | The CSS file 'admin\assets\css\vendors\icon\font-awesome\all.min.css' references a file which could not be found: |
| 41 | | admin/assets/css/vendors/icon/webfonts/fa-brands-400.woff2 |
| 42 | | |
| 43 | | Please check the URL references in this CSS file, particularly any |
| 44 | | relative paths which might be pointing to the wrong location. |
| 45 | | }}} |