Fix bug while importing django version for #613

This commit is contained in:
Garret Wassermann 2018-06-27 02:37:35 -04:00
parent 15985e286f
commit b40e9dd5ea

View File

@ -9,7 +9,7 @@ views/staff.py - The bulk of the application - provides most business logic and
from __future__ import unicode_literals
from datetime import datetime, timedelta
import django.VERSION as DJANGO_VERSION
from django import VERSION as DJANGO_VERSION
from django.conf import settings
from django.contrib.auth import get_user_model
from django.contrib.auth.decorators import user_passes_test