Created inital template for backend

This commit is contained in:
Michael Roy
2024-05-18 18:59:27 -04:00
parent 7143619fdf
commit 7f81537bf8
14 changed files with 217 additions and 0 deletions

View File

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