Django HttpResponse

Django HttpResponse tutorial shows how to send string data with HttpResponse in Django.

Django JsonResponse

Django JsonResponse tutorial shows how to send JSON data with JsonResponse in Django.

Django email

Django send email tutorial shows how to send emails in Django. In the tutorial we use the Mailtrap service.

Django FileResponse

Django FileResponse tutorial shows how to send a file with FileResponse in Django.

Django HttpRequest

Django HttpRequest tutorial shows how to use HttpRequest object in Django.