We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a90c1 commit ee87a1fCopy full SHA for ee87a1f
martor_demo/martor_demo/settings.py
@@ -26,15 +26,6 @@
26
DEBUG = True
27
ALLOWED_HOSTS = ['*']
28
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
38
# Application definition
39
INSTALLED_APPS = [
40
'django.contrib.admin',
0 commit comments