From 5b8cae7026c8f59ac562990c2574cdbf908848b9 Mon Sep 17 00:00:00 2001 From: GARNIER Laurent <laurent.garnier@irisa.fr> Date: Tue, 19 Oct 2021 15:30:07 +0000 Subject: [PATCH] Update __init__.py --- allgo/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allgo/__init__.py b/allgo/__init__.py index 16465b0..fd664f7 100644 --- a/allgo/__init__.py +++ b/allgo/__init__.py @@ -1,6 +1,8 @@ import logging import os import time +import django.utils +from django.utils.crypto import get_random_string try: from urllib.parse import urlparse, urlencode -- GitLab