Commit 99d95bd8c3c56fbef956ba5e5dc4854b570f86f9

Authored by Sergio Oliveira
1 parent 43743d35

Adding missing import

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/home/views.py
1 1  
2 2 from collections import OrderedDict
3 3  
  4 +from django.conf import settings
4 5 from django.core.cache import cache
5 6 from django.shortcuts import render
6 7 from django.http import HttpResponse, Http404
... ...