This commit is contained in:
2026-04-23 13:57:56 -06:00
parent 0c6de0babe
commit 028ea6e5f9
93 changed files with 321 additions and 1454 deletions

View File

@@ -1,4 +1,5 @@
from django.db import models
from utils.models import JSONField

View File

@@ -3,10 +3,11 @@ import os
import threading
import time
from django.db import transaction, IntegrityError
from django.db import IntegrityError, transaction
from utils.shortcuts import rand_str
from judge.languages import languages
from utils.shortcuts import rand_str
from .models import SysOptions as SysOptionsModel

View File

@@ -1 +0,0 @@
# Create your tests here.