Description
This course starts with a Python Refresher. Django is a web framework written in Python. If you’re new to Python, or just a bit rusty, this section will get you up to speed as quickly as possible. You don’t need to be a Python expert to make Django website, but a base knowledge is needed. In the Python Refresher I’ll teach you a new concept, show you some examples, then present you with a coding challenge to make sure you’ve understood that concept.
What are the key topics covered in this course?
- URL Dispatching
- Function and Class Based Views (FBV v. CBV)
- How to start a new project
- How to create apps within a project and why they’re important
- Running your project in a virtual environment using Virtualenv
- Publishing your site on a VPS (Virtual Private Server) running Ubuntu Linux
- Working with templates
- Debugging
- Gunicorn
- Handling GET and POST requests
- Working with a Database and Models
- Admin Interface
- Static and user uploaded images
- Authentication and User accounts