๐ธ
DjangoPythonFull-Stack
Django
Django is a full-featured Python web framework that handles routing, databases, authentication, and admin out of the box. Learn to build complete web applications with Python.
12 chaptersยทIntermediateยทPythonยทFree forever
N
Course by Nelson NjihiaWhat you'll learn
โThe Django MVT (Model-View-Template) architecture
โDefining database models and running migrations
โWriting views and connecting them to URLs
โDjango's template language and template inheritance
โDjango's built-in admin panel
โUser authentication and forms โ built in, for free
Requirements
- โPython fundamentals (the Python Basics course)
- โPython 3 and pip installed
- โBasic understanding of how the web works