avoid star imports

This commit is contained in:
Tobias Bengfort
2021-06-23 08:39:36 +02:00
parent 174dba2878
commit 34fcca57c8
7 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ import datetime
import random
from random import randint
from django.conf import settings
from django.contrib.auth import get_user_model
from django.http import HttpResponseRedirect
from django.shortcuts import render
@@ -15,7 +16,7 @@ except:
from django.urls import reverse
from .Common import send
from .models import *
from .models import User_Keys
from .views import login