remove unused coding=utf-8
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
# coding=utf-8
|
||||
|
||||
# please set your own SECRET_KEY to a long random string
|
||||
# SECRET_KEY = ""
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
# coding=utf-8
|
||||
|
||||
|
||||
class DBRouter(object):
|
||||
def db_for_read(self, model, **hints):
|
||||
if model._meta.app_label == "submission":
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# coding=utf-8
|
||||
from django.conf.urls import include, url
|
||||
|
||||
urlpatterns = [
|
||||
|
||||
Reference in New Issue
Block a user