Skip to content

Anas10895/task_02

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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.

About

Django Task 02

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%