Skip to content Articles
Django
- Precious Ndubueze. Demystifying Django’s Magic. sitepoint, 8/2020.
- Matt Layman. Understand Django Series.
- Noble Obioma. Build a CRUD Django REST API. dev.to, 3/2020.
- Ahmed Bouchefra. Django 3 Tutorial & CRUD Example with MySQL and Bootstrap. techiediaries, 2/2020.
- Matthew Segal. 3 Ways to Deploy a Django Backend with a React Frontend. 4/2020.
- Jayden Windle. How to Add Websockets to a Django App without Extra Dependencies.
- Damian Hites. Django Database Migrations: A Comprehensive Overview. kite, 2019.
- Damian Hites. Making a Custom Django User Model Tutorial. kite, 7/26/2019.
- Dane Hillard. Learn the Django User Authentication System. kite, 7/11/19.
- Damian Hites. Preparing Your Django Application for Production. kite, 6/3/19.
- Jesse Michelsen. Django REST Framework: Get Started Fast. kite, 5/13/19.
- Damian Hites. Django Forms: Working with Forms in Python. kite, 4/16/19.
- Jesse Michelsen. Using Django Static Files and Templates.
- Damian Hites. Easily Install Django: A Quick Guide. kite, 4/12/19.
- Jesse Michelsen. What is Django? A Quick Django Tutorial.
- Zac Clancy. Advanced Django Models: Improve Your Python Development. kite, 8/22/19.
- Zac Clancy. Django Templates: Best Practices. kite, 8/19/19.
- Dane Hillard. Using Custom Authentication Backends in Django. kite, 8/20/19.
- The Django Speed Handbook: Making a Django App Faster. Open Folder, 2/25/20.
- Haki Benita. How to Create an Index in Django Without Downtime. real python, 4/10/19.
- Haki Benita. What You Need to Know to Manage Users in Django Admin. real python, 8/5/19.
- Jasmine Finer, Pawel Fertyk, Christopher Trudeau. Get Started with Django.
- Philip Kiely. Django Highlights: User Models and Authentication. smashing magazine, 2/6/20.
- Ahmed Bouchefra. How to Build a Modern Web Application to Manager Customer Information with Django and React on Ubuntu 18.04. DigitalOcean, 10/2018.
- Real Python Staff. Starting a Django Project. realpython.
- Daniel Hepper. The Ultimate Guide to Django Redirects. realpython.
- Ahmed Bouchefra. Make a Location-Based Web App with Django and GeoDjango. realpython.
- Daniel Hepper. Django Migrations: A Primer. realpython.
- Daniel Hepper. Digging Deeper Into Django Migrations. realpython.
- Christopher Trudeau. How to Write an Installable Django App. realpython, 5/2020.
- Haki Benita. How to Move a Django Model to Another App. realpython, 5/2020.
- Christopher Trudeau. Customize the Django Admin with Python. realpython, 8/2020.
- Haki Benita. Modeling Polymorphism in Django with Python. realpython.
- Haki Benita. How to Provide Test Fixtures for Django Models in Pytest. realpython, 4/2020.
Flask
Framework Options