Question of the day: How would you present and style a recipe on a web page?
- HTML
- Styles of CSS frameworks
- Installing Django
-
Utility CSS
-
CSS Component Libraries
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
- Hello Web App - we'll be doing demos tomorrow!
- An overview of HTTP
- Devdocs.io - like Dash, free, can choose what documentation to search over
- Full Stack Python
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
- Hello Web App
- Best practices working with Django models in Python
- Managing files - from the Django docs
- SQLite tutorial
- How to handle uploaded images in Django
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
- Hello Web App