Best of DjangoApril 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn Backend Development by Building Three Projects [Full Course]

    Learn backend development by building three projects with Python, Django, JavaScript, and PostgreSQL. Projects include an AI Blog Article Generator, Netflix Clone, and Spotify Clone.

  2. 2
    Article
    Avatar of earthlyEarthly·2y

    Top Python Frameworks for 2024

    This post provides an overview of Python web frameworks, including Django, Flask, and FastAPI. It explains the difference between a library and a framework, highlights the features and use cases of each framework, and offers tips for choosing the right framework for your project.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn how to deploy to Digital Ocean

    Learn how to deploy web apps to Digital Ocean with a comprehensive guide that covers setting up and managing Droplets, configuring networking features, and securing instances. The course also teaches the use of technologies like Nginx, Supervisor, Git, Gunicorn, Postgresql, and more.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    Quick Guide: Set up ReactJS with Django Rest Framework (DRF)

    This post provides a quick guide on how to set up ReactJS with Django Rest Framework (DRF). It covers the prerequisites, installation steps, and testing the connection between React and Django.

  5. 5
    Article
    Avatar of faunFaun·2y

    Log Django Applications like a Pro! — Part 1

    Learn how to enable JSON Formatted Logs in Python Django applications using a custom JSON Log Formatter.