why my css and js files are not loding in deployed django project on render?
git hub repo:
mangesh123vispute/Django-google-api (github.com)
you can also see the deployed project link in the readme.md file
why my css and js files are not loding in deployed django project on render?
Hi,
The devtools screenshot shows references to assets on 127.0.0.1. Those references likely need to be updated to point to your deployed domain (or just relative paths, not full URLs).
We have a guide on deploying Django, it might be worth comparing it to how you’re deploying your project: https://render.com/docs/deploy-django
Alan
thanks sir for providing the resource,
and finding out my mistake,
now it is working …