Series: Django Bootcamp (5 posts)
- Part 1Getting Started with Python for Web DevelopmentJanuary 9, 2026
This beginner-friendly guide covers the basics of Python, setting up virtual environments, installing pip, and why Django is the best choice for building powerful web applications.
- Part 2Creating Your First Django ProjectMarch 9, 2026
In this beginner-friendly guide, we create our first Django project, explore its file structure, and build our first view to display a page in the browser.
- Part 3Models & the Django AdminMarch 30, 2026
In this beginner-friendly guide, we define our bookmark model, run database migrations, and explore Django's built-in admin panel to manage our data.
- Part 4Django Views & TemplatesApril 7, 2026
In this beginner-friendly guide, we build out the views and templates for our bookmark manager — listing bookmarks, viewing details, creating new ones, and deleting them.
- Part 5Django Authentication & DeploymentApril 19, 2026
In the final part of the Django Bootcamp, we add user authentication with Django's built-in auth system and deploy our bookmark manager to production with Railway.