Django


How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server

Hey folks, today we are going discuss How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server. Personally I like to use MobaXterm (it’s free) to log into my…

pythondigitaloceanngnix

How to Build Your Own Login and Registration System in Django

Django comes with the necessary features to set up a complete user authentication system. In this tutorial, we’ll cover the most critical components of a user authentication system in Django, namely…

pythondjango

Django Social Authentication: Login With Google

How to sign in and sign out using Google and Django framework.

pythonhtmlweb-development

Build a Django Application to Perform CRUD Operations

Add CRUD (Create, Read, Update, and Delete) functionality to your Django application

pythoncruddjango

How to Import or Export Data from Django Admin

djangodatapython

How to Create a User API Using Django REST Framework?

pythondjangorest

How to Structure Your Django Project

Understanding the file structure and project layout of a Django web application.

djangopythonweb-development

Build a Complete Invoicing Web Application with Django

How to build a complete invoicing web application with Django — Final Tutorial

djangopython

Python and Django: Create a Dependent Chained Dropdown Select List

pythondjangojavascript

How to Generate and Serve PDF Files with Django

How to generate PDF reports in Django

pythondjangopdf