Best of DjangoJuly 2022

  1. 1
    Article
    Avatar of rpythonReal Python·4y

    Build a Flashcards App With Django – Real Python

    In this final step of the tutorial, you’ll implement all the missing features of your flashcards app. You’re creating a view for a single box, a route to navigate to, and a template to show the box. To list your boxes, you have to overcome an obstacle in your app’s navigation logic.

  2. 2
    Article
    Avatar of devgeniusDev Genius·4y

    A glimpse of System Design and Architecture

    Refresher project aims to create a complete guide in every aspect of those technologies to serve as a guide or a template for jumpstarting similar projects. The project is a Django backend using PostgresSQL database with asynchronous task scheduler — celery — using a Redis broker. The speedtester app mainly runs internet speedtests every specific interval using celery workers and stores the download , upload speeds and URL of each test to the Postgres database.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Create a dashboard with Planetscale and Django

    In this article, we will build a dashboard using the planetscale database and Django. We will explore the use of planetscale free account and extensibility. We need to install the psdb engine from GitHub for our app to run on planetscale. In the root folder of our project, we need to create our virtual environment.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    Understanding Amazon SQS with Python and Django - Part 1

    Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. Amazon SQS provides us with two types of message queues: Standard Queue and FIFO Queue.

  5. 5
    Article
    Avatar of towardsdevTowards Dev·4y

    Convert Django website to PWA

    PWA are web apps that look like a normal native app on the phone or PC. I consider it to be a shortcut for making cross-platform applications. Django 1.0.10 is not compatible with Django 4. So if you are using an earlier version of Django or this package has received updates you can skip these steps.