Nearly everything for the backend of our application is complete. In this video we’ll concentrate on the frontend in order to give our user a way to see the shops near their location.
What we’ll do in this video is create a Django view in our nearbyshops app and then route users to that view through the main urls.py.
It might help to revisit what happens with an incoming request, which we covered in video #6.
Downloadable Sample Project: This course includes a downloadable sample project that demonstrates the final state of the Django app you’ll build throughout the course. You can get the source code for it here on the materials
repo.
Stephen Paden on Aug. 4, 2019
Hmmm, everything was going great when I left my code running last night. I logged in this morning and now I have a ton of errors in the libraries. It is also having trouble importing Distance from django.contrib.db.models.functions