We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfa2b8 commit 57a5b9bCopy full SHA for 57a5b9b
2 files changed
packages/django-google-spanner/tests/settings.py
@@ -5,6 +5,7 @@
5
# https://developers.google.com/open-source/licenses/bsd
6
7
import os
8
+import uuid
9
10
DEBUG = True
11
USE_TZ = True
packages/django-google-spanner/tests/system/django_spanner/utils.py
@@ -6,6 +6,7 @@
import time
from django.core.management import call_command
12
from django.db import connection
0 commit comments