Solution: Create My Listings Page
Learn how to add the URL and create the view and template of the My Listings page.
My Listings URL
To set up the URL for the My Listings page, add the following piece of code in the urls.py in the app’s directory.
My Listings view
The entire my_listings view is just a copy of the all_listings view. This is the case because we haven’t created users yet, so at this ...