Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 667 Bytes

File metadata and controls

11 lines (11 loc) · 667 Bytes
  1. Setup a virtual environment.
  2. Fork the repository.
  3. Clone the repository you just forked.
  4. Install the packages from the requirements file.
  5. An app called restaurants has been created for you, make sure it's registered.
  6. Create a templates folder in your restaurants folder and create an HTML file inside it, you will use it in your view function.
  7. Create a view that renders a template.
  8. Using your context dictionary, pass a key called msg who's value is Hello World! and render that in your template.
  9. A URL has been partially written for you, complete it.
  10. Pass the tests (python manage.py test).
  11. Push your code.