From 2c0bcc6275b76c89be8fa674df199b4f73725cf1 Mon Sep 17 00:00:00 2001 From: Asif Saifuddin Auvi Date: Tue, 7 Jun 2016 16:40:02 +0600 Subject: [PATCH] reverted settings removal --- rest_framework/authtoken/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rest_framework/authtoken/models.py b/rest_framework/authtoken/models.py index 10c3e6236..5c83c7cd1 100644 --- a/rest_framework/authtoken/models.py +++ b/rest_framework/authtoken/models.py @@ -1,6 +1,7 @@ import binascii import os +from django.conf import settings from django.contrib.auth.models import User from django.db import models from django.utils.encoding import python_2_unicode_compatible