Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 260 Bytes

File metadata and controls

7 lines (5 loc) · 260 Bytes

First-Project-LAB

For your First LAB , Create a new Django Project . With 1 app , which has a view handling the following path :

  • home/

When requested (http://127.0.0.1:8000/home), it should return the phrase :

  • Hello World, This is my new HOME !