Add file encoding for Python 2.

This commit is contained in:
Carlton Gibson 2017-11-06 11:29:27 +01:00 committed by GitHub
parent 82e59947b3
commit 6f135c4885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.conf.urls import url