(helios-venv) equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-server$ python manage.py runserver
/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.
  class Election(HeliosModel):

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.
  class Election(HeliosModel):

/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.
  class ElectionLog(models.Model):

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.
  class ElectionLog(models.Model):

/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.
  class VoterFile(models.Model):

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.
  class VoterFile(models.Model):

/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.
  class Voter(HeliosModel):

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.
  class Voter(HeliosModel):

/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.
  class CastVote(HeliosModel):

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.
  class CastVote(HeliosModel):

/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.
  class AuditedBallot(models.Model):

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.
  class AuditedBallot(models.Model):

/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.
  class Trustee(HeliosModel):

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.
  class Trustee(HeliosModel):

/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.
  class Election(HeliosModel):

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.
  class Election(HeliosModel):

/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.
  class ElectionLog(models.Model):

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.
  class ElectionLog(models.Model):

/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.
  class VoterFile(models.Model):

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.
  class VoterFile(models.Model):

/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.
  class Voter(HeliosModel):

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.
  class Voter(HeliosModel):

/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.
  class CastVote(HeliosModel):

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.
  class CastVote(HeliosModel):

/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.
  class AuditedBallot(models.Model):

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.
  class AuditedBallot(models.Model):

/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.
  class Trustee(HeliosModel):

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.
  class Trustee(HeliosModel):

Performing system checks...

System check identified no issues (0 silenced).
Unhandled exception in thread started by <function wrapper at 0x7fd050290500>
Traceback (most recent call last):
  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
    fn(*args, **kwargs)
  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
    self.check_migrations()
  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
    executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
  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__
    self.loader = MigrationLoader(self.connection)
  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__
    self.build_graph()
  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
    self.applied_migrations = recorder.applied_migrations()
  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
    self.ensure_schema()
  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
    if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):
  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
    cursor = self.make_debug_cursor(self._cursor())
  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
    self.ensure_connection()
  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
    self.connect()
  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__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  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
    self.connect()
  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
    self.connection = self.get_new_connection(conn_params)
  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
    connection = Database.connect(**conn_params)
  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
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
django.db.utils.OperationalError: FATAL:  role "equinteros" does not exist