Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.46 KB | None | 0 0
  1. Python 2.7.12 (default, Nov 20 2017, 18:23:56)
  2. [GCC 5.4.0 20160609] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. (InteractiveConsole)
  5. Traceback (most recent call last):
  6.   File "<console>", line 1, in <module>
  7.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/manager.py", line 127, in manager_method
  8.     return getattr(self.get_queryset(), name)(*args, **kwargs)
  9.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/query.py", line 348, in create
  10.     obj.save(force_insert=True, using=self.db)
  11.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/base.py", line 734, in save
  12.     force_update=force_update, update_fields=update_fields)
  13.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/base.py", line 759, in save_base
  14.     with transaction.atomic(using=using, savepoint=False):
  15.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/transaction.py", line 150, in __enter__
  16.     if not connection.get_autocommit():
  17.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 286, in get_autocommit
  18.     self.ensure_connection()
  19.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  20.     self.connect()
  21.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  22.     six.reraise(dj_exc_type, dj_exc_value, traceback)
  23.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  24.     self.connect()
  25.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect
  26.     self.connection = self.get_new_connection(conn_params)
  27.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 176, in get_new_connection
  28.     connection = Database.connect(**conn_params)
  29.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  30.     conn = _connect(dsn, connection_factory=connection_factory, async=async)
  31. OperationalError: FATAL:  database "helios" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement