spacepaste

  1.  
  2. (helios-venv) equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-server$ python manage.py runserver
  3. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-27 14:46:47,372 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-TENDENCI/aea_helios/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-27 14:46:47,374 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-TENDENCI/aea_helios/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-27 14:46:47,375 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-TENDENCI/aea_helios/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-27 14:46:47,376 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-TENDENCI/aea_helios/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-27 14:46:47,377 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-TENDENCI/aea_helios/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-27 14:46:47,378 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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-TENDENCI/aea_helios/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-27 14:46:47,379 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  32. class Election(HeliosModel):
  33. 2018-04-27 14:46:48,089 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  34. class Election(HeliosModel):
  35. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  36. class ElectionLog(models.Model):
  37. 2018-04-27 14:46:48,091 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  38. class ElectionLog(models.Model):
  39. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  40. class VoterFile(models.Model):
  41. 2018-04-27 14:46:48,092 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  42. class VoterFile(models.Model):
  43. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  44. class Voter(HeliosModel):
  45. 2018-04-27 14:46:48,093 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  46. class Voter(HeliosModel):
  47. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  48. class CastVote(HeliosModel):
  49. 2018-04-27 14:46:48,094 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  50. class CastVote(HeliosModel):
  51. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  52. class AuditedBallot(models.Model):
  53. 2018-04-27 14:46:48,095 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  54. class AuditedBallot(models.Model):
  55. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  56. class Trustee(HeliosModel):
  57. 2018-04-27 14:46:48,096 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/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.
  58. class Trustee(HeliosModel):
  59. Performing system checks...
  60. System check identified no issues (0 silenced).
  61. Unhandled exception in thread started by <function wrapper at 0x7fd050290500>
  62. Traceback (most recent call last):
  63. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 229, in wrapper
  64. fn(*args, **kwargs)
  65. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 116, in inner_run
  66. self.check_migrations()
  67. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 168, in check_migrations
  68. executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
  69. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 19, in __init__
  70. self.loader = MigrationLoader(self.connection)
  71. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 47, in __init__
  72. self.build_graph()
  73. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 191, in build_graph
  74. self.applied_migrations = recorder.applied_migrations()
  75. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 59, in applied_migrations
  76. self.ensure_schema()
  77. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 49, in ensure_schema
  78. if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):
  79. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 162, in cursor
  80. cursor = self.make_debug_cursor(self._cursor())
  81. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 135, in _cursor
  82. self.ensure_connection()
  83. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  84. self.connect()
  85. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  86. six.reraise(dj_exc_type, dj_exc_value, traceback)
  87. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection
  88. self.connect()
  89. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect
  90. self.connection = self.get_new_connection(conn_params)
  91. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 176, in get_new_connection
  92. connection = Database.connect(**conn_params)
  93. File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-venv/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 130, in connect
  94. conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  95. django.db.utils.OperationalError: FATAL: role "equinteros" does not exist
  96.