remove unused coding=utf-8

This commit is contained in:
virusdefender
2017-01-23 16:31:17 +08:00
parent 32c1b89080
commit c26ee6e87a
11 changed files with 1 additions and 17 deletions

View File

@@ -1,4 +1,2 @@
# coding=utf-8
# please set your own SECRET_KEY to a long random string
# SECRET_KEY = ""

View File

@@ -1,6 +1,3 @@
# coding=utf-8
class DBRouter(object):
def db_for_read(self, model, **hints):
if model._meta.app_label == "submission":

View File

@@ -1,4 +1,3 @@
# coding=utf-8
from django.conf.urls import include, url
urlpatterns = [