Best of Django2021

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    What’s new in Django v4.0

    In December 2021, the Django team released Django v4.0. It contains various upgrades to the framework, like improved customization and the use of the template engine for forms, Formsets, and ErrorList. In this article, we’ll go through some of the new features in Django v 4.0, as well as some older third-party versions.

  2. 2
    Article
    Avatar of geekcultureGeek Culture·5y

    11 Django best practices that will make you PRO

    Django is an open-source python-based web framework that helps to build web applications. With 4+ years of experience in the Django framework, I have listed down some of the best Django practices. Best practices are for intermediate or professional developers. Don’t get intimidated/overwhelmed if you are a beginner.

  3. 3
    Article
    Avatar of devtoDEV·5y

    Building a REST API with Django REST Framework

    This is the second part of a two-part tutorial on building a Notes application with React. We will be using the Django REST framework to create the API endpoints. We'll also be updating the views to handle the GET and DELETE methods that we need to use in our application.

  4. 4
    Article
    Avatar of changelogChangelog·5y

    Django, HTMX and Alpine.js: Modern websites, JavaScript optional

    In this installment we'll turn to the low- and no-JavaScript world. We'll cover some of the common approaches to "sprinkling in" light amounts of JavaScript into your Django projects. After that we'll dive into two of the best low-Java Script tools to use with Django today: Alpine.js and HTMX.