add email sending functionality with Django Ninja API

This commit is contained in:
2025-05-17 14:12:54 +02:00
parent 17dc04264d
commit da985a47d6
16 changed files with 480 additions and 1 deletions

3
api/views.py Normal file
View File

@@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.