Blog Posts taged with django
Django Authentication & Deployment
April 19, 2026In 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.
Django Views & Templates
April 7, 2026In 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.
Models & the Django Admin
March 30, 2026In this beginner-friendly guide, we define our bookmark model, run database migrations, and explore Django's built-in admin panel to manage our data.
Creating Your First Django Project
March 9, 2026In 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.
Getting Started with Python for Web Development
January 9, 2026This 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.