Reformat all files with isort and black

This commit is contained in:
Diederik van der Boor
2019-07-15 09:50:03 +02:00
parent d314dce4a2
commit 59c020ee50
50 changed files with 4069 additions and 2419 deletions
+3 -5
View File
@@ -5,11 +5,9 @@
# so the docs root won't be detected by find_packages()
# Display sane URLs in the docs:
STATIC_URL = '/static/'
STATIC_URL = "/static/"
# Avoid error for missing the secret key
SECRET_KEY = 'docs'
SECRET_KEY = "docs"
INSTALLED_APPS = [
'django.contrib.contenttypes',
]
INSTALLED_APPS = ["django.contrib.contenttypes"]