Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.75 KB | None | 0 0
  1. (env) gfbot@gfbot:~/Github/helios-server$ ./reset.sh
  2. dropdb: database removal failed: ERROR:  database "helios" does not exist
  3. createdb: database creation failed: ERROR:  permission denied to create database
  4. /home/gfbot/Github/helios-server/helios/models.py:36: RemovedInDjango19Warning: Model class helios.models.Election doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  5.   class Election(HeliosModel):
  6.  
  7. 2017-12-27 15:52:46,059 WARNING /home/gfbot/Github/helios-server/helios/models.py:36: RemovedInDjango19Warning: Model class helios.models.Election doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  8.   class Election(HeliosModel):
  9.  
  10. /home/gfbot/Github/helios-server/helios/models.py:653: RemovedInDjango19Warning: Model class helios.models.ElectionLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  11.   class ElectionLog(models.Model):
  12.  
  13. 2017-12-27 15:52:46,060 WARNING /home/gfbot/Github/helios-server/helios/models.py:653: RemovedInDjango19Warning: Model class helios.models.ElectionLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  14.   class ElectionLog(models.Model):
  15.  
  16. /home/gfbot/Github/helios-server/helios/models.py:687: RemovedInDjango19Warning: Model class helios.models.VoterFile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  17.   class VoterFile(models.Model):
  18.  
  19. 2017-12-27 15:52:46,061 WARNING /home/gfbot/Github/helios-server/helios/models.py:687: RemovedInDjango19Warning: Model class helios.models.VoterFile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  20.   class VoterFile(models.Model):
  21.  
  22. /home/gfbot/Github/helios-server/helios/models.py:784: RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  23.   class Voter(HeliosModel):
  24.  
  25. 2017-12-27 15:52:46,061 WARNING /home/gfbot/Github/helios-server/helios/models.py:784: RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  26.   class Voter(HeliosModel):
  27.  
  28. /home/gfbot/Github/helios-server/helios/models.py:980: RemovedInDjango19Warning: Model class helios.models.CastVote doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  29.   class CastVote(HeliosModel):
  30.  
  31. 2017-12-27 15:52:46,062 WARNING /home/gfbot/Github/helios-server/helios/models.py:980: RemovedInDjango19Warning: Model class helios.models.CastVote doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  32.   class CastVote(HeliosModel):
  33.  
  34. /home/gfbot/Github/helios-server/helios/models.py:1085: RemovedInDjango19Warning: Model class helios.models.AuditedBallot doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  35.   class AuditedBallot(models.Model):
  36.  
  37. 2017-12-27 15:52:46,063 WARNING /home/gfbot/Github/helios-server/helios/models.py:1085: RemovedInDjango19Warning: Model class helios.models.AuditedBallot doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  38.   class AuditedBallot(models.Model):
  39.  
  40. /home/gfbot/Github/helios-server/helios/models.py:1111: RemovedInDjango19Warning: Model class helios.models.Trustee doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  41.   class Trustee(HeliosModel):
  42.  
  43. 2017-12-27 15:52:46,063 WARNING /home/gfbot/Github/helios-server/helios/models.py:1111: RemovedInDjango19Warning: Model class helios.models.Trustee doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  44.   class Trustee(HeliosModel):
  45.  
  46. /home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py:24: RemovedInDjango19Warning: The syncdb command will be removed in Django 1.9
  47.   warnings.warn("The syncdb command will be removed in Django 1.9", RemovedInDjango19Warning)
  48.  
  49. 2017-12-27 15:52:46,100 WARNING /home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py:24: RemovedInDjango19Warning: The syncdb command will be removed in Django 1.9
  50.   warnings.warn("The syncdb command will be removed in Django 1.9", RemovedInDjango19Warning)
  51.  
  52. Traceback (most recent call last):
  53.   File "manage.py", line 10, in <module>
  54.     execute_from_command_line(sys.argv)
  55.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  56.     utility.execute()
  57.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute
  58.     self.fetch_command(subcommand).run_from_argv(self.argv)
  59.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv
  60.     self.execute(*args, **cmd_options)
  61.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
  62.     output = self.handle(*args, **options)
  63.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 25, in handle
  64.     call_command("migrate", **options)
  65.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 120, in call_command
  66.     return command.execute(*args, **defaults)
  67.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
  68.     output = self.handle(*args, **options)
  69.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 93, in handle
  70.     executor = MigrationExecutor(connection, self.migration_progress_callback)
  71.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 19, in __init__
  72.     self.loader = MigrationLoader(self.connection)
  73.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 47, in __init__
  74.     self.build_graph()
  75.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 191, in build_graph
  76.     self.applied_migrations = recorder.applied_migrations()
  77.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 59, in applied_migrations
  78.     self.ensure_schema()
  79.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 49, in ensure_schema
  80.     if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):
  81.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 162, in cursor
  82.     cursor = self.make_debug_cursor(self._cursor())
  83.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 135, in _cursor
  84.     self.ensure_connection()
  85.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  86.     self.connect()
  87.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  88.     six.reraise(dj_exc_type, dj_exc_value, traceback)
  89.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  90.     self.connect()
  91.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect
  92.     self.connection = self.get_new_connection(conn_params)
  93.   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
  94.     connection = Database.connect(**conn_params)
  95.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  96.     conn = _connect(dsn, connection_factory=connection_factory, async=async)
  97. django.db.utils.OperationalError: FATAL:  database "helios" does not exist
  98.  
  99. /home/gfbot/Github/helios-server/helios/models.py:36: RemovedInDjango19Warning: Model class helios.models.Election doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  100.   class Election(HeliosModel):
  101.  
  102. 2017-12-27 15:52:46,414 WARNING /home/gfbot/Github/helios-server/helios/models.py:36: RemovedInDjango19Warning: Model class helios.models.Election doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  103.   class Election(HeliosModel):
  104.  
  105. /home/gfbot/Github/helios-server/helios/models.py:653: RemovedInDjango19Warning: Model class helios.models.ElectionLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  106.   class ElectionLog(models.Model):
  107.  
  108. 2017-12-27 15:52:46,415 WARNING /home/gfbot/Github/helios-server/helios/models.py:653: RemovedInDjango19Warning: Model class helios.models.ElectionLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  109.   class ElectionLog(models.Model):
  110.  
  111. /home/gfbot/Github/helios-server/helios/models.py:687: RemovedInDjango19Warning: Model class helios.models.VoterFile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  112.   class VoterFile(models.Model):
  113.  
  114. 2017-12-27 15:52:46,416 WARNING /home/gfbot/Github/helios-server/helios/models.py:687: RemovedInDjango19Warning: Model class helios.models.VoterFile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  115.   class VoterFile(models.Model):
  116.  
  117. /home/gfbot/Github/helios-server/helios/models.py:784: RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  118.   class Voter(HeliosModel):
  119.  
  120. 2017-12-27 15:52:46,416 WARNING /home/gfbot/Github/helios-server/helios/models.py:784: RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  121.   class Voter(HeliosModel):
  122.  
  123. /home/gfbot/Github/helios-server/helios/models.py:980: RemovedInDjango19Warning: Model class helios.models.CastVote doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  124.   class CastVote(HeliosModel):
  125.  
  126. 2017-12-27 15:52:46,417 WARNING /home/gfbot/Github/helios-server/helios/models.py:980: RemovedInDjango19Warning: Model class helios.models.CastVote doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  127.   class CastVote(HeliosModel):
  128.  
  129. /home/gfbot/Github/helios-server/helios/models.py:1085: RemovedInDjango19Warning: Model class helios.models.AuditedBallot doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  130.   class AuditedBallot(models.Model):
  131.  
  132. 2017-12-27 15:52:46,417 WARNING /home/gfbot/Github/helios-server/helios/models.py:1085: RemovedInDjango19Warning: Model class helios.models.AuditedBallot doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  133.   class AuditedBallot(models.Model):
  134.  
  135. /home/gfbot/Github/helios-server/helios/models.py:1111: RemovedInDjango19Warning: Model class helios.models.Trustee doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  136.   class Trustee(HeliosModel):
  137.  
  138. 2017-12-27 15:52:46,418 WARNING /home/gfbot/Github/helios-server/helios/models.py:1111: RemovedInDjango19Warning: Model class helios.models.Trustee doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  139.   class Trustee(HeliosModel):
  140.  
  141. Traceback (most recent call last):
  142.   File "manage.py", line 10, in <module>
  143.     execute_from_command_line(sys.argv)
  144.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  145.     utility.execute()
  146.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute
  147.     self.fetch_command(subcommand).run_from_argv(self.argv)
  148.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv
  149.     self.execute(*args, **cmd_options)
  150.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
  151.     output = self.handle(*args, **options)
  152.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 93, in handle
  153.     executor = MigrationExecutor(connection, self.migration_progress_callback)
  154.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 19, in __init__
  155.     self.loader = MigrationLoader(self.connection)
  156.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 47, in __init__
  157.     self.build_graph()
  158.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 191, in build_graph
  159.     self.applied_migrations = recorder.applied_migrations()
  160.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 59, in applied_migrations
  161.     self.ensure_schema()
  162.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 49, in ensure_schema
  163.     if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):
  164.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 162, in cursor
  165.     cursor = self.make_debug_cursor(self._cursor())
  166.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 135, in _cursor
  167.     self.ensure_connection()
  168.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  169.     self.connect()
  170.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  171.     six.reraise(dj_exc_type, dj_exc_value, traceback)
  172.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  173.     self.connect()
  174.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect
  175.     self.connection = self.get_new_connection(conn_params)
  176.   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
  177.     connection = Database.connect(**conn_params)
  178.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  179.     conn = _connect(dsn, connection_factory=connection_factory, async=async)
  180. django.db.utils.OperationalError: FATAL:  database "helios" does not exist
  181.  
  182. /home/gfbot/Github/helios-server/helios/models.py:36: RemovedInDjango19Warning: Model class helios.models.Election doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  183.   class Election(HeliosModel):
  184.  
  185. 2017-12-27 15:52:46,770 WARNING /home/gfbot/Github/helios-server/helios/models.py:36: RemovedInDjango19Warning: Model class helios.models.Election doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  186.   class Election(HeliosModel):
  187.  
  188. /home/gfbot/Github/helios-server/helios/models.py:653: RemovedInDjango19Warning: Model class helios.models.ElectionLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  189.   class ElectionLog(models.Model):
  190.  
  191. 2017-12-27 15:52:46,771 WARNING /home/gfbot/Github/helios-server/helios/models.py:653: RemovedInDjango19Warning: Model class helios.models.ElectionLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  192.   class ElectionLog(models.Model):
  193.  
  194. /home/gfbot/Github/helios-server/helios/models.py:687: RemovedInDjango19Warning: Model class helios.models.VoterFile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  195.   class VoterFile(models.Model):
  196.  
  197. 2017-12-27 15:52:46,772 WARNING /home/gfbot/Github/helios-server/helios/models.py:687: RemovedInDjango19Warning: Model class helios.models.VoterFile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  198.   class VoterFile(models.Model):
  199.  
  200. /home/gfbot/Github/helios-server/helios/models.py:784: RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  201.   class Voter(HeliosModel):
  202.  
  203. 2017-12-27 15:52:46,773 WARNING /home/gfbot/Github/helios-server/helios/models.py:784: RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  204.   class Voter(HeliosModel):
  205.  
  206. /home/gfbot/Github/helios-server/helios/models.py:980: RemovedInDjango19Warning: Model class helios.models.CastVote doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  207.   class CastVote(HeliosModel):
  208.  
  209. 2017-12-27 15:52:46,773 WARNING /home/gfbot/Github/helios-server/helios/models.py:980: RemovedInDjango19Warning: Model class helios.models.CastVote doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  210.   class CastVote(HeliosModel):
  211.  
  212. /home/gfbot/Github/helios-server/helios/models.py:1085: RemovedInDjango19Warning: Model class helios.models.AuditedBallot doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  213.   class AuditedBallot(models.Model):
  214.  
  215. 2017-12-27 15:52:46,774 WARNING /home/gfbot/Github/helios-server/helios/models.py:1085: RemovedInDjango19Warning: Model class helios.models.AuditedBallot doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  216.   class AuditedBallot(models.Model):
  217.  
  218. /home/gfbot/Github/helios-server/helios/models.py:1111: RemovedInDjango19Warning: Model class helios.models.Trustee doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  219.   class Trustee(HeliosModel):
  220.  
  221. 2017-12-27 15:52:46,774 WARNING /home/gfbot/Github/helios-server/helios/models.py:1111: RemovedInDjango19Warning: Model class helios.models.Trustee doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  222.   class Trustee(HeliosModel):
  223.  
  224. Python 2.7.12 (default, Nov 20 2017, 18:23:56)
  225. [GCC 5.4.0 20160609] on linux2
  226. Type "help", "copyright", "credits" or "license" for more information.
  227. (InteractiveConsole)
  228. Traceback (most recent call last):
  229.   File "<console>", line 1, in <module>
  230.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/manager.py", line 127, in manager_method
  231.     return getattr(self.get_queryset(), name)(*args, **kwargs)
  232.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/query.py", line 348, in create
  233.     obj.save(force_insert=True, using=self.db)
  234.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/base.py", line 734, in save
  235.     force_update=force_update, update_fields=update_fields)
  236.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/models/base.py", line 759, in save_base
  237.     with transaction.atomic(using=using, savepoint=False):
  238.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/transaction.py", line 150, in __enter__
  239.     if not connection.get_autocommit():
  240.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 286, in get_autocommit
  241.     self.ensure_connection()
  242.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  243.     self.connect()
  244.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  245.     six.reraise(dj_exc_type, dj_exc_value, traceback)
  246.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  247.     self.connect()
  248.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect
  249.     self.connection = self.get_new_connection(conn_params)
  250.   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
  251.     connection = Database.connect(**conn_params)
  252.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  253.     conn = _connect(dsn, connection_factory=connection_factory, async=async)
  254. OperationalError: FATAL:  database "helios" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement