1👍
You need to collectstatic in your live environment, have you setup your static folders and placed the appropriate declarations in your nginx?
If yes then just run:
./manage.py collectstatic
Source:stackexchange.com
1👍
You need to collectstatic in your live environment, have you setup your static folders and placed the appropriate declarations in your nginx?
If yes then just run:
./manage.py collectstatic