Back to Certifications
Certificate
Django Web Framework
Issued by Meta · via Coursera
May 2, 2026
Credential 3OKABTOW7DUD
What I covered
Meta’s deep-dive into Django, the batteries-included Python web framework. Built Django apps end-to-end — models, views, templates, URL routing — and worked through the pieces the framework gives you for free: the ORM, migrations, forms, authentication, and the admin site.
Topics covered
- Django project structure: projects vs apps
- Models and the Django ORM
- Migrations and schema evolution
- URL routing and function-based views
- Class-based views and generic CRUD
- Templates and the Django template language
- Forms, validation, and CSRF protection
- User authentication, sessions, and the admin site
Skills
DjangoPython webORMAuthentication