spacepaste

  1.  
  2. (venv) equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS/myproject/helios-server$ python manage.py migrate
  3. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  4. class Election(HeliosModel):
  5. 2018-04-26 14:47:26,260 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  6. class Election(HeliosModel):
  7. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  8. class ElectionLog(models.Model):
  9. 2018-04-26 14:47:26,262 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  10. class ElectionLog(models.Model):
  11. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  12. class VoterFile(models.Model):
  13. 2018-04-26 14:47:26,262 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  14. class VoterFile(models.Model):
  15. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  16. class Voter(HeliosModel):
  17. 2018-04-26 14:47:26,263 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  18. class Voter(HeliosModel):
  19. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  20. class CastVote(HeliosModel):
  21. 2018-04-26 14:47:26,265 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  22. class CastVote(HeliosModel):
  23. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  24. class AuditedBallot(models.Model):
  25. 2018-04-26 14:47:26,266 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  26. class AuditedBallot(models.Model):
  27. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  28. class Trustee(HeliosModel):
  29. 2018-04-26 14:47:26,267 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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.
  30. class Trustee(HeliosModel):
  31. Traceback (most recent call last):
  32. File "manage.py", line 10, in <module>
  33. execute_from_command_line(sys.argv)
  34. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  35. utility.execute()
  36. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute
  37. self.fetch_command(subcommand).run_from_argv(self.argv)
  38. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv
  39. self.execute(*args, **cmd_options)
  40. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
  41. output = self.handle(*args, **options)
  42. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 93, in handle
  43. executor = MigrationExecutor(connection, self.migration_progress_callback)
  44. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 19, in __init__
  45. self.loader = MigrationLoader(self.connection)
  46. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 47, in __init__
  47. self.build_graph()
  48. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 191, in build_graph
  49. self.applied_migrations = recorder.applied_migrations()
  50. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 59, in applied_migrations
  51. self.ensure_schema()
  52. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 49, in ensure_schema
  53. if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):
  54. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 162, in cursor
  55. cursor = self.make_debug_cursor(self._cursor())
  56. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 135, in _cursor
  57. self.ensure_connection()
  58. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  59. self.connect()
  60. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  61. six.reraise(dj_exc_type, dj_exc_value, traceback)
  62. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  63. self.connect()
  64. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect
  65. self.connection = self.get_new_connection(conn_params)
  66. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 176, in get_new_connection
  67. connection = Database.connect(**conn_params)
  68. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 130, in connect
  69. conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  70. django.db.utils.OperationalError: FATAL: role "equinteros" does not exist
  71.