Skip to content

Commit ee87a1f

Browse files
committed
noqa
1 parent 37a90c1 commit ee87a1f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

martor_demo/martor_demo/settings.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626
DEBUG = True
2727
ALLOWED_HOSTS = ['*']
2828

29-
MARTOR_ENABLE_CONFIGS = {
30-
'imgur': 'true', # to enable/disable imgur/custom uploader.
31-
'mention': 'true', # to enable/disable mention
32-
'jquery': 'true', # to include/revoke jquery (require for admin default django)
33-
}
34-
35-
MARTOR_IMGUR_CLIENT_ID = '5734b2f09eba239'
36-
MARTOR_IMGUR_API_KEY = '9eb9642579ffc558b51e0af2e9a7f97f164d1431'
37-
3829
# Application definition
3930
INSTALLED_APPS = [
4031
'django.contrib.admin',

0 commit comments

Comments
 (0)