Commit 99d95bd8c3c56fbef956ba5e5dc4854b570f86f9
1 parent
43743d35
Exists in
master
and in
39 other branches
Adding missing import
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/home/views.py
1 | 1 | ||
2 | from collections import OrderedDict | 2 | from collections import OrderedDict |
3 | 3 | ||
4 | +from django.conf import settings | ||
4 | from django.core.cache import cache | 5 | from django.core.cache import cache |
5 | from django.shortcuts import render | 6 | from django.shortcuts import render |
6 | from django.http import HttpResponse, Http404 | 7 | from django.http import HttpResponse, Http404 |