How to create Basic PWA (progressive web apps) using django

I'm new to PWA with django. Can anyone suggest me a basic PWA app with django(with code). I tried working with the basic web app suggested in the geeks for geeks website (https://www.geeksforgeeks.org/make-pwa-of-a-django-project/) but it didn't work as the instructions were not enough. I'm unable to load the manifest in the devtools >> apps. I tried them as per the instructions in the site by adding the manifest code in settings but it did not create any manifest.json file in the templates. So please suggest me a basic code to make a pwa app with django.

Thank you in advance.

Back to Top