Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Learn the fundamentals behind one of the most popular web frameworks in the world by building a real project.
Try Django 3.2 is a project-based video course from Coding for Entrepreneurs that teaches the fundamentals of the Django web framework by building a real web application.
Try Django 3.2 is a project-based learning resource that walks you through building a real web application with Django, the Python web framework that powers backend systems for popular sites like Instagram and Pinterest. The course takes learners with basic HTML/CSS and some Python experience from initial setup through deployment, resulting in a working Django app that includes user authentication, database management, HTML template rendering, URL routing, and form data validation. The project is produced by Coding for Entrepreneurs and hosted on their platform, with the complete reference code published on GitHub.
doctl, the DigitalOcean command-line tool, plus a ready-to-use .do/app.yaml spec for creating a cloud app and managing environment secret keys..do/app.yaml and doctl instructions to create a DigitalOcean App Platform app with encrypted environment secrets.The course is a guided series of lessons, each focusing on a specific Django feature. Learners code along in their own environment and then use the deployment guide when ready to go live. The deployment workflow involves cloning the repository, updating the app spec with your own GitHub repo and secret keys, and running doctl commands to create the app and pull back an encrypted spec.
The course recommends basic HTML/CSS knowledge and Python experience such as completing 30 Days of Python. Without these, Django's template syntax and Python concepts will be harder to follow.
Django 3.2, which is an LTS (long-term support) release. The repository topics confirm "django-3-2" along with related topics like async views, forms, templates, and htmx.
The GitHub repository for Try Django 3.2 has a Discussions section specifically for help and bug reports. The course page links directly to these discussions as the recommended way to ask questions.
DigitalOcean App Platform via the doctl command-line tool. The course provides a complete .do/app.yaml specification and step-by-step instructions for creating an app, handling secret keys, and committing the updated spec.
User authentication, database management, HTML template rendering, URL routing, and form data validation. The repository topics also mention async views and htmx, so learners can explore these modern Django capabilities.
