[Answer]-Django admin panel interface missing

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

Leave a comment