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

@@ -12,7 +12,7 @@ from django.template.context_processors import csrf
from django.utils import timezone
from django.views.decorators.cache import never_cache
from .models import *
from .models import User_Keys
from .views import login