my github repo is GitHub - diwash29/MyZone: My personal portfolio django app .I don’t know what’s wrong please help
[https://boring-goldwasser-6c3333.netlify.app]
@diwash29 Welcome to the Netlify community.
For starters, you do not have an index.html page.
Also, you seem to have a bunch of Python pages, which will never load when served by Netlify. You might want to review JAMStack basics.
Hi, @diwash29, I’m just chiming in to say, “+1 to what @gregraven has already said.”
This support guide might be helpful as well:
If there are other questions or concerns, please let us know.
Hi,
I am getting an error “Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.” when deploying my site.
I read the above support guide and tried to implement the changes, but I am still not able to deploy my app, Can you please help.
github repo:GitHub - Veenakrishna2313/student-profile-app
https://poetic-monstera-74f856.netlify.app/
Hi, @Veenakrishna. Would you please read this as starting place and then let us know if you have any questions?
@Veenakrishna It appears that you’ve not configured your Basic build settings.
For your project you would need to set your Build command to CI= npm run build
and your Publish directory to build
I can tell this because you’ve deployed your source files:
https://poetic-monstera-74f856.netlify.app/README.md
https://poetic-monstera-74f856.netlify.app/src/App.js
etc.
Thank you so much! It worked!!