#Not able to load css in django admin in server
1 messages · Page 1 of 1 (latest)
did you collectstatic?
remember that when using runserver, css are served from your python path
Yes i have done that
How exactly it is loading could you please tell me more about it so that we can help you out thank you
In the settings.py we have defined the static files and then run collectstatic, and in locally it works in both debug true and false
Once we deploy in zappa, in the server url if we open admin, css is not getting loaded