Fix connection import

Signed-off-by: jolheiser <john.olheiser@gmail.com>
master
jolheiser 2022-02-12 09:28:56 -06:00
parent e3b0194ebd
commit e1b3319247
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 0 deletions

2
gui.py
View File

@ -1,5 +1,7 @@
from datetime import datetime
from django.db import connection
from django_coreprotect.models import CoWorld, GUIResult
from django_coreprotect.utils import safe_int, checkbox, time_to_form