· 7 years ago · Aug 21, 2018, 08:46 AM
1ProgrammingError at /functions/manage/testfunction/
2ERREUR: la colonne hmd_trigger_triggerapi.created_by_id n'existe pas
3LINE 1: ...ion_id", "hmd_trigger_triggerapi"."fetch_choice", "hmd_trigg...
4 ^
5
6
7Request Method: GET
8Request URL: http://localhost:8002/functions/manage/testfunction/
9Django Version: 2.0.2
10Python Executable: C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\python.exe
11Python Version: 3.6.4
12Python Path: ['C:\\Users\\Fabien\\Documents\\himydata\\app-backend', 'C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\python36.zip', 'C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\DLLs', 'C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\lib', 'C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32', 'C:\\Users\\Fabien\\AppData\\Roaming\\Python\\Python36\\site-packages', 'C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\lib\\site-packages']
13Server time: Tue, 21 Aug 2018 08:43:11 +0000
14Installed Applications:
15('django.contrib.admin',
16 'django.contrib.auth',
17 'django.contrib.sites',
18 'django.contrib.contenttypes',
19 'django.contrib.sessions',
20 'django.contrib.messages',
21 'django.contrib.staticfiles',
22 'django_extensions',
23 'django_filters',
24 'timezone_field',
25 'rest_framework',
26 'rest_framework.authtoken',
27 'rest_framework_swagger',
28 'rest_auth',
29 'allauth',
30 'allauth.account',
31 'allauth.socialaccount',
32 'rest_auth.registration',
33 'guardian',
34 'corsheaders',
35 'taggit',
36 'mptt',
37 'invitations',
38 'django_ace',
39 'hmd',
40 'hmd_account',
41 'hmd_security',
42 'hmd_audit',
43 'hmd_metrics',
44 'hmd_trigger',
45 'integrations',
46 'django_cassandra_engine',
47 'datastore.admin',
48 'datastore.dataset',
49 'datastore.nosql',
50 'apimanager',
51 'microservice.function',
52 'dashboard',
53 'hmd_admin')
54Installed Middleware:
55['corsheaders.middleware.CorsMiddleware',
56 'django.middleware.security.SecurityMiddleware',
57 'django.contrib.sessions.middleware.SessionMiddleware',
58 'django.middleware.common.CommonMiddleware',
59 'django.middleware.csrf.CsrfViewMiddleware',
60 'django.contrib.auth.middleware.AuthenticationMiddleware',
61 'django.contrib.messages.middleware.MessageMiddleware',
62 'django.middleware.clickjacking.XFrameOptionsMiddleware',
63 'datastore.dataset.middleware.StackOverflowMiddleware',
64 'datastore.dataset.middleware.TriggerDataMiddleware']
65
66
67Traceback:
68
69File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\backends\utils.py" in _execute
70 85. return self.cursor.execute(sql, params)
71
72The above exception (ERREUR: la colonne hmd_trigger_triggerapi.created_by_id n'existe pas
73LINE 1: ...ion_id", "hmd_trigger_triggerapi"."fetch_choice", "hmd_trigg...
74 ^
75) was the direct cause of the following exception:
76
77File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\exception.py" in inner
78 35. response = get_response(request)
79
80File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\base.py" in _get_response
81 128. response = self.process_exception_by_middleware(e, request)
82
83File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\base.py" in _get_response
84 126. response = wrapped_callback(request, *callback_args, **callback_kwargs)
85
86File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\views\decorators\csrf.py" in wrapped_view
87 54. return view_func(*args, **kwargs)
88
89File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\views\generic\base.py" in view
90 69. return self.dispatch(request, *args, **kwargs)
91
92File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\views.py" in dispatch
93 483. response = self.handle_exception(exc)
94
95File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\views.py" in handle_exception
96 443. self.raise_uncaught_exception(exc)
97
98File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\views.py" in dispatch
99 480. response = handler(request, *args, **kwargs)
100
101File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\generics.py" in get
102 284. return self.retrieve(request, *args, **kwargs)
103
104File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\mixins.py" in retrieve
105 58. return Response(serializer.data)
106
107File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in data
108 560. ret = super(Serializer, self).data
109
110File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in data
111 262. self._data = self.to_representation(self.instance)
112
113File "C:\Users\Fabien\Documents\himydata\app-backend\microservice\function\serializers_detail.py" in to_representation
114 54. data = super(FunctionDetailSerializer, self).to_representation(instance)
115
116File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in to_representation
117 527. ret[field.field_name] = field.to_representation(attribute)
118
119File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\fields.py" in to_representation
120 1855. return method(value)
121
122File "C:\Users\Fabien\Documents\himydata\app-backend\microservice\function\serializers_detail.py" in get_triggers
123 41. data = serializer.data['apis'] + serializer.data['datasets'] + serializer.data['crons']
124
125File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in data
126 560. ret = super(Serializer, self).data
127
128File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in data
129 262. self._data = self.to_representation(self.instance)
130
131File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in to_representation
132 527. ret[field.field_name] = field.to_representation(attribute)
133
134File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\rest_framework\serializers.py" in to_representation
135 683. self.child.to_representation(item) for item in iterable
136
137File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\models\query.py" in __iter__
138 272. self._fetch_all()
139
140File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\models\query.py" in _fetch_all
141 1179. self._result_cache = list(self._iterable_class(self))
142
143File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\models\query.py" in __iter__
144 53. results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
145
146File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\models\sql\compiler.py" in execute_sql
147 1064. cursor.execute(sql, params)
148
149File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\backends\utils.py" in execute
150 100. return super().execute(sql, params)
151
152File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\backends\utils.py" in execute
153 68. return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
154
155File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\backends\utils.py" in _execute_with_wrappers
156 77. return executor(sql, params, many, context)
157
158File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\backends\utils.py" in _execute
159 85. return self.cursor.execute(sql, params)
160
161File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\utils.py" in __exit__
162 89. raise dj_exc_value.with_traceback(traceback) from exc_value
163
164File "C:\Users\Fabien\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\db\backends\utils.py" in _execute
165 85. return self.cursor.execute(sql, params)
166
167Exception Type: ProgrammingError at /functions/manage/testfunction/
168Exception Value: ERREUR: la colonne hmd_trigger_triggerapi.created_by_id n'existe pas
169LINE 1: ...ion_id", "hmd_trigger_triggerapi"."fetch_choice", "hmd_trigg...
170 ^
171
172Request information:
173USER: hello
174
175GET: No GET data
176
177POST: No POST data
178
179FILES: No FILES data
180
181COOKIES: No cookie data
182
183META:
184ALLUSERSPROFILE = 'C:\\ProgramData'
185APPDATA = 'C:\\Users\\Fabien\\AppData\\Roaming'
186CASSANDRA_HOME = 'C:\\Program Files\\DataStax-DDC\\apache-cassandra\\'
187COMMONPROGRAMFILES = 'C:\\Program Files (x86)\\Common Files'
188COMMONPROGRAMFILES(X86) = 'C:\\Program Files (x86)\\Common Files'
189COMMONPROGRAMW6432 = 'C:\\Program Files\\Common Files'
190COMPUTERNAME = 'FABIEN-PC'
191COMSPEC = 'C:\\Windows\\system32\\cmd.exe'
192CONFIGSETROOT = 'C:\\Windows\\ConfigSetRoot'
193CONTENT_LENGTH = ''
194CONTENT_TYPE = 'text/plain'
195CQLENG_ALLOW_SCHEMA_MANAGEMENT = '1'
196DJANGO_SETTINGS_MODULE = 'hmd.settings.dev'
197DSCINSTALLDIR = 'C:\\Program Files\\DataStax-DDC\\'
198FP_NO_HOST_CHECK = 'NO'
199GATEWAY_INTERFACE = 'CGI/1.1'
200HOMEDRIVE = 'C:'
201HOMEPATH = '\\Users\\Fabien'
202HTTP_ACCEPT = 'application/json, text/plain, */*'
203HTTP_ACCEPT_ENCODING = 'gzip, deflate, br'
204HTTP_ACCEPT_LANGUAGE = 'fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,sv;q=0.6'
205HTTP_AUTHORIZATION = 'Token 5089b56ca0dcf6884c5505ae44c333c0aa88e6db'
206HTTP_CONNECTION = 'keep-alive'
207HTTP_HOST = 'localhost:8002'
208HTTP_ORIGIN = 'http://localhost:8080'
209HTTP_REFERER = 'http://localhost:8080/'
210HTTP_USER_AGENT = 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'
211LOCALAPPDATA = 'C:\\Users\\Fabien\\AppData\\Local'
212LOGONSERVER = '\\\\FABIEN-PC'
213NUMBER_OF_PROCESSORS = '4'
214OS = 'Windows_NT'
215PATH = 'C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Live\\Shared;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\GTK2-Runtime\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\MATLAB\\R2017a\\runtime\\win64;C:\\Program Files\\MATLAB\\R2017a\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;C:\\Program Files\\PuTTY\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\nodejs\\;C:\\Program Files (x86)\\Yarn\\bin\\;C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\Scripts\\;C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\;C:\\Users\\Fabien\\AppData\\Roaming\\npm;C:\\Program Files\\PostgreSQL\\10\\bin;C:\\Users\\Fabien\\AppData\\Local\\Yarn\\bin;C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\lib\\site-packages\\numpy\\.libs;C:\\Users\\Fabien\\AppData\\Local\\Programs\\Python\\Python36-32\\lib\\site-packages\\numpy\\.libs'
216PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
217PATH_INFO = '/functions/manage/testfunction/'
218PROCESSOR_ARCHITECTURE = 'x86'
219PROCESSOR_ARCHITEW6432 = 'AMD64'
220PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel'
221PROCESSOR_LEVEL = '6'
222PROCESSOR_REVISION = '3c03'
223PROGRAMDATA = 'C:\\ProgramData'
224PROGRAMFILES = 'C:\\Program Files (x86)'
225PROGRAMFILES(X86) = 'C:\\Program Files (x86)'
226PROGRAMW6432 = 'C:\\Program Files'
227PROMPT = '$P$G'
228PRUNMGR = 'C:\\Program Files\\DataStax-DDC\\utils\\prunmgr.exe'
229PRUNSRV = 'C:\\Program Files\\DataStax-DDC\\utils\\prunsrv.exe'
230PSMODULEPATH = 'C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\'
231PUBLIC = 'C:\\Users\\Public'
232QUERY_STRING = ''
233REMOTE_ADDR = '127.0.0.1'
234REMOTE_HOST = ''
235REQUEST_METHOD = 'GET'
236RUN_MAIN = 'true'
237SCRIPT_NAME = ''
238SERVER_NAME = 'Fabien-PC'
239SERVER_PORT = '8002'
240SERVER_PROTOCOL = 'HTTP/1.1'
241SERVER_SOFTWARE = 'WSGIServer/0.2'
242SESSIONNAME = 'Console'
243SYSTEMDRIVE = 'C:'
244SYSTEMROOT = 'C:\\Windows'
245TEMP = 'C:\\Users\\Fabien\\AppData\\Local\\Temp'
246TMP = 'C:\\Users\\Fabien\\AppData\\Local\\Temp'
247USERDOMAIN = 'Fabien-PC'
248USERDOMAIN_ROAMINGPROFILE = 'Fabien-PC'
249USERNAME = 'Fabien'
250USERPROFILE = 'C:\\Users\\Fabien'
251VBOX_MSI_INSTALL_PATH = 'C:\\Program Files\\Oracle\\VirtualBox\\'
252WINDIR = 'C:\\Windows'
253wsgi.errors = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>
254wsgi.file_wrapper = ''
255wsgi.input = <_io.BufferedReader name=2364>
256wsgi.multiprocess = False
257wsgi.multithread = True
258wsgi.run_once = False
259wsgi.url_scheme = 'http'
260wsgi.version = '(1, 0)'
261
262Settings:
263Using settings module hmd.settings.dev
264ABSOLUTE_URL_OVERRIDES = {}
265ACCOUNT_ADAPTER = 'hmd_account.adapter.HMDAccountAdapter'
266ACCOUNT_AUTHENTICATION_METHOD = 'email'
267ACCOUNT_EMAIL_CONFIRMATION_AUTHENTICATED_REDIRECT_URL = '/membership/email-confirmed/'
268ACCOUNT_EMAIL_REQUIRED = True
269ACCOUNT_EMAIL_SUBJECT_PREFIX = ''
270ACCOUNT_EMAIL_VERIFICATION = 'mandatory'
271ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = False
272ACCOUNT_LOGOUT_ON_GET = True
273ACCOUNT_UNIQUE_EMAIL = True
274ACCOUNT_USERNAME_REQUIRED = False
275ADMINS = []
276ALLOWED_HOSTS = ['192.168.1.124', 'localhost', '169.254.188.58', '192.168.1.106', '192.168.1.108', '192.168.1.130', '192.168.1.140', '51.38.224.135']
277ALLOWED_ORIGINS = "('http://localhost:9000', 'http://localhost:8100')"
278APPEND_SLASH = True
279AUTHENTICATION_BACKENDS = "('django.contrib.auth.backends.ModelBackend', 'guardian.backends.ObjectPermissionBackend', 'allauth.account.auth_backends.AuthenticationBackend')"
280AUTH_PASSWORD_VALIDATORS = '********************'
281AUTH_USER_MODEL = 'auth.User'
282BASE_DIR = 'C:\\Users\\Fabien\\Documents\\himydata\\app-backend\\hmd'
283CACHES = {'default': {'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': 'C:\\Users\\Fabien\\Documents\\himydata\\app-backend\\hmd/cache/', 'TIMEOUT': 600, 'OPTIONS': {'MAX_ENTRIES': 1000}}, 'redis-cache': {'TIMEOUT': 3600, 'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://localhost:6379/1', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient', 'MAX_ENTRIES': 5000}}, 'hmd_trigger': {'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': 'C:\\Users\\Fabien\\Documents\\himydata\\app-backend\\hmd/cache/', 'TIMEOUT': 600, 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient', 'MAX_ENTRIES': 5000}}}
284CACHE_MIDDLEWARE_ALIAS = 'default'
285CACHE_MIDDLEWARE_KEY_PREFIX = '********************'
286CACHE_MIDDLEWARE_SECONDS = 600
287CASSANDRA_FALLBACK_ORDER_BY_PYTHON = True
288CORS_EXPOSE_HEADERS = ['Access-Token', 'Uid']
289CORS_ORIGIN_ALLOW_ALL = True
290CSRF_COOKIE_AGE = 31449600
291CSRF_COOKIE_DOMAIN = None
292CSRF_COOKIE_HTTPONLY = False
293CSRF_COOKIE_NAME = 'csrftoken'
294CSRF_COOKIE_PATH = '/'
295CSRF_COOKIE_SECURE = False
296CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
297CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
298CSRF_TRUSTED_ORIGINS = []
299CSRF_USE_SESSIONS = False
300DATABASES = {'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'hmd_dashboard', 'USER': 'hmd_dashboard_user', 'PASSWORD': '********************', 'HOST': '127.0.0.1', 'PORT': '5432', 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'OPTIONS': {}, 'TIME_ZONE': None, 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}, 'nosql': {'ENGINE': 'django_cassandra_engine', 'HOST': '51.38.224.135', 'NAME': 'himydata_datastore', 'USER': 'cassandra', 'PASSWORD': '********************', 'OPTIONS': {'replication': {'strategy_class': 'SimpleStrategy', 'replication_factor': 1}, 'connection': {'retry_connect': True, 'consistency': 5, 'load_balancing_policy': <cassandra.policies.RoundRobinPolicy object at 0x02C98A50>, 'protocol_version': 3, 'auth_provider': <cassandra.auth.PlainTextAuthProvider object at 0x09215AD0>}, 'session': {'default_timeout': 15}}, 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'TIME_ZONE': None, 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}}
301DATABASE_ROUTERS = []
302DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440
303DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
304DATETIME_FORMAT = 'N j, Y, P'
305DATETIME_INPUT_FORMATS = ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M', '%m/%d/%y']
306DATE_FORMAT = 'N j, Y'
307DATE_INPUT_FORMATS = ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
308DEBUG = True
309DEBUG_PROPAGATE_EXCEPTIONS = False
310DECIMAL_SEPARATOR = '.'
311DEFAULT_CHARSET = 'utf-8'
312DEFAULT_CONTENT_TYPE = 'text/html'
313DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
314DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
315DEFAULT_FROM_EMAIL = 'webmaster@localhost'
316DEFAULT_INDEX_TABLESPACE = ''
317DEFAULT_TABLESPACE = ''
318DISALLOWED_USER_AGENTS = []
319DJSTRIPE_PLANS = {'monthly': {'stripe_plan_id': 'pro-monthly', 'name': 'Web App Pro ($24.99/month)', 'description': 'The monthly subscription plan to WebApp', 'price': 2499, 'currency': 'usd', 'interval': 'month'}, 'yearly': {'stripe_plan_id': 'pro-yearly', 'name': 'Web App Pro ($199/year)', 'description': 'The annual subscription plan to WebApp', 'price': 19900, 'currency': 'usd', 'interval': 'year'}}
320EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
321EMAIL_HOST = 'smtp.gmail.com'
322EMAIL_HOST_PASSWORD = '********************'
323EMAIL_HOST_USER = 'himydata.france@gmail.com'
324EMAIL_PORT = 587
325EMAIL_SSL_CERTFILE = None
326EMAIL_SSL_KEYFILE = '********************'
327EMAIL_SUBJECT_PREFIX = '[Django] '
328EMAIL_TIMEOUT = None
329EMAIL_USE_LOCALTIME = False
330EMAIL_USE_SSL = False
331EMAIL_USE_TLS = True
332FILE_CHARSET = 'utf-8'
333FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
334FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
335FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440
336FILE_UPLOAD_PERMISSIONS = None
337FILE_UPLOAD_TEMP_DIR = None
338FIRST_DAY_OF_WEEK = 0
339FIXTURE_DIRS = ['fixtures']
340FORCE_SCRIPT_NAME = None
341FORMAT_MODULE_PATH = None
342FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
343HMD_DATASET_UPLOAD_ROOT = 'uploads/'
344HMD_FRONTEND_URL = 'http://localhost:8080'
345HMD_SERVERLESS_PROVIDER = 'microservice.serverless.providers.kubeless'
346HMD_SERVERLESS_URL = 'http://142.44.245.26:8000'
347IGNORABLE_404_URLS = []
348INSTALLED_APPS = "('django.contrib.admin', 'django.contrib.auth', 'django.contrib.sites', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django_extensions', 'django_filters', 'timezone_field', 'rest_framework', 'rest_framework.authtoken', 'rest_framework_swagger', 'rest_auth', 'allauth', 'allauth.account', 'allauth.socialaccount', 'rest_auth.registration', 'guardian', 'corsheaders', 'taggit', 'mptt', 'invitations', 'django_ace', 'hmd', 'hmd_account', 'hmd_security', 'hmd_audit', 'hmd_metrics', 'hmd_trigger', 'integrations', 'django_cassandra_engine', 'datastore.admin', 'datastore.dataset', 'datastore.nosql', 'apimanager', 'microservice.function', 'dashboard', 'hmd_admin')"
349INTERNAL_IPS = []
350INVITATIONS_ACCEPT_INVITE_AFTER_SIGNUP = True
351INVITATIONS_ADAPTER = 'hmd_account.adapter.HMDInvitationsAdapter'
352INVITATIONS_EMAIL_SUBJECT_PREFIX = None
353INVITATIONS_SIGNUP_REDIRECT = 'http://localhost:8080/#/signup'
354KONG_ADMIN_SIMULATOR = False
355KONG_ADMIN_URL = 'http://localhost:8001'
356LANGUAGES = [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
357LANGUAGES_BIDI = ['he', 'ar', 'fa', 'ur']
358LANGUAGE_CODE = 'en-us'
359LANGUAGE_COOKIE_AGE = None
360LANGUAGE_COOKIE_DOMAIN = None
361LANGUAGE_COOKIE_NAME = 'django_language'
362LANGUAGE_COOKIE_PATH = '/'
363LOCALE_PATHS = []
364LOGGING = {}
365LOGGING_CONFIG = None
366LOGIN_REDIRECT_URL = 'http://app.himydata.com/#/signin'
367LOGIN_URL = 'account_login'
368LOGOUT_REDIRECT_URL = None
369MANAGERS = []
370MEDIA_ROOT = ''
371MEDIA_URL = ''
372MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
373MIDDLEWARE = ['corsheaders.middleware.CorsMiddleware', 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'datastore.dataset.middleware.StackOverflowMiddleware', 'datastore.dataset.middleware.TriggerDataMiddleware']
374MIGRATION_MODULES = {}
375MONTH_DAY_FORMAT = 'F j'
376NOSQL_DATABASE = 'nosql'
377NOSQL_DATABASE_NAME = 'himydata_datastore'
378NUMBER_GROUPING = 0
379OLD_PASSWORD_FIELD_ENABLED = '********************'
380PASSWORD_HASHERS = '********************'
381PASSWORD_RESET_TIMEOUT_DAYS = '********************'
382PREPEND_WWW = False
383REST_AUTH_REGISTER_SERIALIZERS = {'REGISTER_SERIALIZER': 'hmd_account.serializers.RegisterSerializer'}
384REST_AUTH_SERIALIZERS = {'USER_DETAILS_SERIALIZER': 'hmd_account.serializers.UserDetailsSerializer', 'PASSWORD_RESET_SERIALIZER': '********************'}
385REST_FRAMEWORK = {'DEFAULT_PERMISSION_CLASSES': 'rest_framework.permissions.IsAdminUser', 'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.TokenAuthentication', 'hmd_account.authentication.CsrfExemptSessionAuthentication'), 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'PAGE_SIZE': 15}
386ROOT_URLCONF = 'hmd.urls'
387SECRET_KEY = '********************'
388SECURE_BROWSER_XSS_FILTER = False
389SECURE_CONTENT_TYPE_NOSNIFF = False
390SECURE_HSTS_INCLUDE_SUBDOMAINS = False
391SECURE_HSTS_PRELOAD = False
392SECURE_HSTS_SECONDS = 0
393SECURE_PROXY_SSL_HEADER = None
394SECURE_REDIRECT_EXEMPT = []
395SECURE_SSL_HOST = None
396SECURE_SSL_REDIRECT = False
397SERVER_EMAIL = 'root@localhost'
398SESSION_CACHE_ALIAS = 'default'
399SESSION_COOKIE_AGE = 1209600
400SESSION_COOKIE_DOMAIN = None
401SESSION_COOKIE_HTTPONLY = True
402SESSION_COOKIE_NAME = 'sessionid'
403SESSION_COOKIE_PATH = '/'
404SESSION_COOKIE_SECURE = False
405SESSION_ENGINE = 'django.contrib.sessions.backends.db'
406SESSION_EXPIRE_AT_BROWSER_CLOSE = False
407SESSION_FILE_PATH = None
408SESSION_SAVE_EVERY_REQUEST = False
409SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
410SETTINGS_MODULE = 'hmd.settings.dev'
411SHORT_DATETIME_FORMAT = 'm/d/Y P'
412SHORT_DATE_FORMAT = 'm/d/Y'
413SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
414SILENCED_SYSTEM_CHECKS = []
415SITE_ID = 1
416STATICFILES_DIRS = []
417STATICFILES_FINDERS = ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
418STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
419STATIC_ROOT = 'd:/himydata/app-backend/static/'
420STATIC_URL = '/static/'
421STRIPE_PUBLIC_KEY = '********************'
422STRIPE_SECRET_KEY = '********************'
423SWAGGER_SETTINGS = {'exclude_url_names': [], 'exclude_namespaces': [], 'api_version': '********************', 'api_path': '********************', 'relative_paths': False, 'enabled_methods': ['get', 'post', 'put', 'patch', 'delete'], 'api_key': '********************', 'is_authenticated': False, 'is_superuser': True, 'unauthenticated_user': 'django.contrib.auth.models.AnonymousUser', 'permission_denied_handler': None, 'resource_access_handler': None, 'base_path': 'helloreverb.com/docs', 'info': {'contact': 'apiteam@wordnik.com', 'description': 'This is a sample server Petstore server. You can find out more about Swagger at <a href="http://swagger.wordnik.com">http://swagger.wordnik.com</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key "special-key" to test the authorization filters', 'license': 'Apache 2.0', 'licenseUrl': 'http://www.apache.org/licenses/LICENSE-2.0.html', 'termsOfServiceUrl': 'http://helloreverb.com/terms/', 'title': 'Swagger Sample App'}, 'doc_expansion': 'none'}
424TAGGIT_CASE_INSENSITIVE = True
425TEMPLATES = [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['templates'], 'APP_DIRS': True, 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
426TEST_NON_SERIALIZED_APPS = []
427TEST_RUNNER = 'django.test.runner.DiscoverRunner'
428THOUSAND_SEPARATOR = ','
429TIME_FORMAT = 'P'
430TIME_INPUT_FORMATS = ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
431TIME_ZONE = 'UTC'
432USE_ETAGS = False
433USE_I18N = True
434USE_L10N = True
435USE_THOUSAND_SEPARATOR = False
436USE_TZ = True
437USE_X_FORWARDED_HOST = False
438USE_X_FORWARDED_PORT = False
439WSGI_APPLICATION = 'hmd.wsgi.application'
440X_FRAME_OPTIONS = 'SAMEORIGIN'
441YEAR_MONTH_FORMAT = 'F Y'
442
443
444You're seeing this error because you have DEBUG = True in your
445Django settings file. Change that to False, and Django will
446display a standard page generated by the handler for this status code.