(venv) equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS/myproject/helios-server$ python manage.py celery worker /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 15:49:39,145 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 15:49:39,147 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 15:49:39,148 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 15:49:39,149 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 15:49:39,150 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 15:49:39,152 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 15:49:39,153 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): /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/base.py:260: RemovedInDjango19Warning: "requires_model_validation" is deprecated in favor of "requires_system_checks". RemovedInDjango19Warning) 2018-04-26 15:49:39,217 WARNING /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/django/core/management/base.py:260: RemovedInDjango19Warning: "requires_model_validation" is deprecated in favor of "requires_system_checks". RemovedInDjango19Warning) /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/celery/apps/worker.py:161: CDeprecationWarning: Starting from version 3.2 Celery will refuse to accept pickle by default. The pickle serializer is a security concern as it may give attackers the ability to execute any command. It's important to secure your broker from unauthorized access when using pickle, so we think that enabling pickle should require a deliberate action and not be the default choice. If you depend on pickle then you should set a setting to disable this warning and to be sure that everything will continue working when you upgrade to Celery 3.2:: CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml'] You must only enable the serializers that you will actually use. warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED)) [2018-04-26 15:49:39,260: WARNING/MainProcess] /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/celery/apps/worker.py:161: CDeprecationWarning: Starting from version 3.2 Celery will refuse to accept pickle by default. The pickle serializer is a security concern as it may give attackers the ability to execute any command. It's important to secure your broker from unauthorized access when using pickle, so we think that enabling pickle should require a deliberate action and not be the default choice. If you depend on pickle then you should set a setting to disable this warning and to be sure that everything will continue working when you upgrade to Celery 3.2:: CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml'] You must only enable the serializers that you will actually use. warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED)) -------------- celery@gazelle v3.1.18 (Cipater) ---- **** ----- --- * *** * -- Linux-4.13.0-39-generic-x86_64-with-Ubuntu-17.10-artful -- * - **** --- - ** ---------- [config] - ** ---------- .> app: default:0x7f8837d4c610 (djcelery.loaders.DjangoLoader) - ** ---------- .> transport: django://localhost// - ** ---------- .> results: database - *** --- * --- .> concurrency: 4 (prefork) -- ******* ---- --- ***** ----- [queues] -------------- .> celery exchange=celery(direct) key=celery /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/djcelery/loaders.py:136: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in production environments! warn('Using settings.DEBUG leads to a memory leak, never ' [2018-04-26 15:49:39,350: WARNING/MainProcess] /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/djcelery/loaders.py:136: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in production environments! warn('Using settings.DEBUG leads to a memory leak, never ' [2018-04-26 15:49:39,351: WARNING/MainProcess] celery@gazelle ready.