- Setup a virtual environment.
- Fork the repository and Clone it.
- Install the packages from the requirements file.
- The list view function has been partially written for you. Provide the dictionary key
restaurantswith the list of allRestaurantobjects. - Render the list of
Restaurantobjects to the HTML file provided. In the list view, you'll want to display minimum data (restaurant name and description). - The detail view function has been partially written for you. Provide the dictionary key
restaurantwith the specificRestaurantobject using theid. - Render the
Restaurantobject to the HTML file provided. In the detail view, you'll want to display all data. - Adjust the URLs so that they'll correctly call the views.
- Using the
URL tag, hyperlink the restaurant objects in the list page, so that when a user clicks on a restaurant it takes the user to the detail page. - Pass the tests.
- Push your code.
-
Notifications
You must be signed in to change notification settings - Fork 246
JoinCODED/task_05
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Django Task 05
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published