How to create home page in django?


after adding/products, the home page was lost, please tell how to create home page…

In the file when you define paths try to put your path

"/"

on the top as first. Debugger says that it tried to find the right path and found

1.admin/
2.products/

and so on… Let me know if this helps. If not show me what you have in that file with paths :slight_smile: