url-mapping

Where does my "urls.py" file go in my Django project?

Where does my "urls.py" file go in my Django project? Question: I’m using Django and Python 3.7. I used PyCharm to create a project and it created the following directory structure (some of the custom additions are my own): mainpage __init__.py __pycache__ admin.py apps.py fixtures management migrations models.py services.py templates mainpage trending.html tests.py urls.py views.py …

Total answers: 1