Skip to content

Commit

Permalink
unicode literals
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed May 25, 2018
1 parent 4ccaae3 commit a7b79f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions separate_users/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import unicode_literals

from django.conf import settings
from django.contrib.auth.models import UserManager
from django.core.exceptions import AppRegistryNotReady, ImproperlyConfigured
Expand Down

0 comments on commit a7b79f6

Please sign in to comment.