Encodig fix in apps.py

This commit is contained in:
Gergely Polonkai 2015-11-27 14:54:28 +01:00
parent 2f1c8e5850
commit 51035af3d0
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8
from django.apps import AppConfig
from django.conf import settings
from django.contrib.auth.models import User