Best of DjangoDecember 2023

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    Essential Python Packages Every Django Developer Should Know

    A curated list of essential Python packages for Django developers, including Django Debug Toolbar, Django Allauth, Haystack, Celery, Wagtail CMS, Django Storages, Django Rest Swagger, and more.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Why I completely removed React from my Django project

    The author removed React from their Django project due to scalability concerns, issues with reusability, and the desire to use what was best for the project. The author also experienced difficulties in making Django and React work together. They explored the option of using the Django Rest Framework but decided against it as it would remove the advantages of using Django. The author encountered challenges with the bundling process when using React with Django and ultimately made the decision to remove React.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Set Up a Django Development Environment

    Learn how to set up a Django development environment by creating a Python virtual environment and installing Django. Django is a high-level web framework written in Python that provides a solid foundation for web application development.

  4. 4
    Article
    Avatar of djangoDjango·2y

    Django 5.0 released

    The Django team has released Django 5.0, which includes exciting new features such as database-computed default values and the ability to create database-generated columns. Users are encouraged to upgrade to receive security fixes and support.