In django there is a concept that makes me dazzled a bit.Why we should make a urls.py in our app folder while we have one in project folder.
what is the specific job each one do ?
how both have relation with each other e.g how do they interact with each other to make a django website ?