Skip to content

Commit 8e064a3

Browse files
authored
Disable TJIOI_MODE in settings.py
1 parent dd37bc1 commit 8e064a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autograder/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177

178178
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
179179

180-
TJIOI_MODE = True
180+
TJIOI_MODE = False
181181

182182
CURRENT_SEASON = 2026
183183

0 commit comments

Comments
 (0)