self hosted testing

This commit is contained in:
Bryan Gerlach
2026-02-12 14:14:56 -06:00
parent 85afc2fca4
commit 52d1f711ec

View File

@@ -4,6 +4,7 @@ from django.http import HttpResponse, JsonResponse
from django.shortcuts import render
from django.core.files.base import ContentFile
import os
import secrets
import re
import requests
import base64