Skip to content
Snippets Groups Projects
Commit f0819ae5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix missing import.

parent 05ef69cd
No related branches found
No related tags found
No related merge requests found
from collections import OrderedDict from collections import OrderedDict
from django.contrib.auth.decorators import login_required from django.contrib.auth.decorators import login_required
from django.db.models import Max, Min
from django.http import HttpRequest, HttpResponse from django.http import HttpRequest, HttpResponse
from django.shortcuts import redirect, render from django.shortcuts import redirect, render
from django.urls import reverse from django.urls import reverse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment