forked from extern/django-helpdesk
Fix bug while importing django version for #613
This commit is contained in:
parent
15985e286f
commit
b40e9dd5ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user