After deployment, Django Jazzmin won't work. It worked fine at the production stage . All was working fine. And after deployment. the jazzmin didn't work with the admin. Is there any code I need to paste here so you can check? Or there are tips I can get to follow up. I have ran collect static and it keeps saying this:
(env) 21:02 ~/MYBLOG-CALLED-EBLOG/eblog (master)$ python manage.py collectstatic
You have requested to collect static files at the destination
location as specified in your settings:
/home/codingembryo/MYBLOG-CALLED-EBLOG/eblog/static
This will overwrite existing files!
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
Found another file with the destination path 'admin/js/cancel.js'. It will be ignored since only the first encountered file is collected. If this is
not what you want, make sure every static file has a unique path.