It is interesting last night when I was working on the site but the page kept coming up with a 404 Error.
After finding what the issue was this morning it is apparent. The url.py file returns a literal whatever is in the path. I made some notes on the Django flowchart giving an example.
As summary I was typing http://127.0.0.1/loc/createloc
The url pattern in the url.py file was ‘createloc/’ when it should have been ‘/createloc’
Another day in leaning 😀