/task_07

Django Task 07

Primary LanguagePython

  1. Setup a virtual environment.
  2. Fork the repository for Django Task 07 in JoinCODED’s Github and Clone it.
  3. Install the packages from the requirements file.
  4. Complete the Update Restaurant view:
    • Use the  RestaurantForm to update a specific Restaurant object.
    • Use update.html for your restaurant_update view.
  5. Complete the Delete Restaurant view to delete a specific Restaurant object:
    • Add a delete button in list.html to call the restaurant_delete view.
  6. The URLs are written for you so you don't need to create any.
  7. Pass the tests.
  8. Push your code.