List of Dévoreur 2 Code articles

Building your first CRUD application with Django

A complete, step-by-step guide to creating your first web application with Django. Master CRUD operations by building a mini-blog.

1/14/2026

Written by Fabien Schlegel

Fabien Schlegel

Django Views and Templates: From Logic to Display

Discover how Django views and templates collaborate to transform your application's logic into dynamic and interactive web pages.

12/30/2025

Written by Fabien Schlegel

Fabien Schlegel

Mastering Django models and ORM

Demystify Django's ORM and learn how to define your data models, from simple fields to complex relationships such as ForeignKey and ManyToManyField.

12/3/2025

Written by Fabien Schlegel

Fabien Schlegel

Django: Installing and configuring your development environment

Learn how to install Django and configure your development environment step by step. The perfect guide to get your project off to a good start.

11/19/2025

Written by Fabien Schlegel

Fabien Schlegel

Django from A to Z: The complete guide to mastering the Python Web Framework

Dive into our comprehensive guide to Django. From installation to production, learn the basics and advanced concepts of this powerful Python framework.

11/12/2025

Written by Fabien Schlegel

Fabien Schlegel