mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-06 11:17:15 -06:00
feat(django): testing using backend django vs built in python
This commit is contained in:
@ -2,6 +2,8 @@ import json
|
||||
import signal
|
||||
import sys
|
||||
from http.server import BaseHTTPRequestHandler, HTTPServer
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
# Function to generate the response
|
||||
def send_funct():
|
||||
|
Reference in New Issue
Block a user