(venv) equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS/myproject/helios-server$ python manage.py migrate /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. class Election(HeliosModel): 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. class Election(HeliosModel): /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. class ElectionLog(models.Model): 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. class ElectionLog(models.Model): /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. class VoterFile(models.Model): 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. class VoterFile(models.Model): /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. class Voter(HeliosModel): 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. class Voter(HeliosModel): /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. class CastVote(HeliosModel): 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. class CastVote(HeliosModel): /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. class AuditedBallot(models.Model): 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. class AuditedBallot(models.Model): /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. class Trustee(HeliosModel): 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. class Trustee(HeliosModel): Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) 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 utility.execute() File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute self.fetch_command(subcommand).run_from_argv(self.argv) 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 self.execute(*args, **cmd_options) File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute output = self.handle(*args, **options) 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 executor = MigrationExecutor(connection, self.migration_progress_callback) File "/home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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/myproject/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