On Django
Getting Started:
- Snippet: The Most Simple URL-Based View in Django
- The First Step Towards Making Your Django Project More Onboarding-Friendly
- Quick Django Refresher Crash Course
- The Quickest Way to Create and Run a New Cookiecutter Django Project
- When do you use Django CBVs or FBVs?
Brushing up on Basics:
- What's up with Django's Custom User Model?
- How to Pass Additional Context into a CBV?
- Django CBVs seem overwhelming, because there are so many!
- My views.py File Is Quickly Becoming Large. Should I Refactor It?
- When do you use Django CBVs or FBVs?
Taming the Frontend:
- Adding Tailwind CSS to a Static Site
- What's the Use of of Django-Webpack-Loader?
- How Does the Frontend Communicate with the Backend?
- Is Vue Just Overkill for My Project?
- My Django App Looks Bad and I Don't Know How to Change It!
- How to avoid CSRF errors with axios and Django?
- When and Why Would I Need a JS Framework for Django?
- Do I NEED to Combine Django with Vue or React?
- Vue.js Delimiters And Django
- Vue.js In A Django Template
- Running Frontend and Backend Development Servers Together
Deploying:
- The Web App Deployment Wishlist
- AWS Services You Should Know When Deploying Your Django App
- The Hero's Journey to Every Deployment Story
- Your Vagrant Deployment Sandbox for Django
- Why Is Fabric 2 so Hard?
- Deploying Early. Earlier Than You Think.
- The Best Way to Deploy Your Django Project
- When It's Okay to Use Runserver in Your Dockerfile
- Production Doesn't Have to Be a Big Deal
- Django Runserver Is Not Your Production Server
- 11 Django Real-World Challenges Your Tutorial Didn't Mention
- Django Systemd Crashcourse
- Gunicorn and Nginx in a Nutshell
- What Is Gunicorn, and What Does It Do?
A Sprinkle of Docker:
- A Simple Fix If Your Dockerized App Crashes Because The Database Container Isn't Ready Yet
- Running Django and PostgreSQL in a Single Docker Container
- The First Step When Dockerizing Your Django App - Use Environment Variables
- When It's Okay to Use Runserver in Your Dockerfile
- The Problem With Your Dockerized Django Development Workflow
Miscellaneous:
- Django vs My Favorite Design Principles
- Six Big Open-Source Django Codebases to Read and Learn From
- How to Find Real-World Django Projects Online as Learning Examples?
- Production Doesn't Have to Be a Big Deal
- 11 Django Real-World Challenges Your Tutorial Didn't Mention
- I Love Go and Django. Here's Why.
- My Favorite Django Packages in 2019