Skip to content

Latest commit

 

History

History

w3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Week 3

Day 1

Question of the day: How would you present and style a recipe on a web page?

  • HTML
  • Styles of CSS frameworks
  • Installing Django

Assignment

References

Day 2

Question of the day: How does a web page get to your computer?

  • What do web servers do?
  • Serving a static page through Django
  • Static files
  • Web requests and responses
  • Django function views
  • Django template tags

Assignment

  • Hello Web App - we'll be doing demos tomorrow!

References

Day 3

Question of the day: What does it mean to have "a profile" on a website?

  • Models and databases
  • The admin site
  • Getting information from the URL

Assignment

  • Hello Web App

References

Day 4

Question of the day: How can you ensure a user is never allowed to add HTML to your site?

  • GET and POST requests and params
  • Django forms

Assignment

  • Hello Web App

References