Skip to content

Instantly share code, notes, and snippets.

@oxbits
Created November 12, 2014 20:59
Show Gist options
  • Save oxbits/e152d9e43414de76e24d to your computer and use it in GitHub Desktop.
Save oxbits/e152d9e43414de76e24d to your computer and use it in GitHub Desktop.
install:
heroku run python manage.py installwatson
Running `python manage.py installwatson` attached to terminal... up, run.2260
** [Bugsnag] No API key configured, couldn't notify
Traceback (most recent call last):
File "manage.py", line 15, in <module>
execute_from_command_line(sys.argv)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **options.__dict__)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 338, in execute
output = self.handle(*args, **options)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 533, in handle
return self.handle_noargs(**options)
File "/app/.heroku/python/lib/python2.7/site-packages/django/db/transaction.py", line 454, in inner
return func(*args, **kwargs)
File "/app/.heroku/python/lib/python2.7/site-packages/watson/management/commands/installwatson.py", line 27, in handle_noargs
backend.do_install()
File "/app/.heroku/python/lib/python2.7/site-packages/watson/backends.py", line 220, in do_install
search_config = self.search_config
File "/app/.heroku/python/lib/python2.7/site-packages/django/db/backends/utils.py", line 81, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
File "/app/.heroku/python/lib/python2.7/site-packages/django/db/backends/utils.py", line 65, in execute
return self.cursor.execute(sql, params)
File "/app/.heroku/python/lib/python2.7/site-packages/django/db/utils.py", line 94, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/app/.heroku/python/lib/python2.7/site-packages/django/db/backends/utils.py", line 63, in execute
return self.cursor.execute(sql)
django.db.utils.ProgrammingError: relation "watson_searchentry" does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment