-2

Good evening everyone. I had been coding outside a virtual environment for quite some time, so i decided it was finally time to put my project on a django app/environment/server/whatever lol. However, my fontawesome icons did not load when i did so. I tried everything i could possibly do -- I tried using both internal and external links to fontawesome. My icons are still loading perfectly outside the virtual environment, so I'm not sure what the problem is.

code_wani
  • 3
  • 2

1 Answers1

0

Your question is not very clear but issue with loading static files is most likely to be fix with the following command :

python manage.py collectstatic

Run the command on your terminal from the sevrer

Gaëtan GR
  • 1,380
  • 1
  • 5
  • 21