spacepaste

  1.  
  2. (venv) equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS/myproject/helios-server$ python manage.py celery worker
  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 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.
  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 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.
  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 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.
  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 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.
  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 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.
  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 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.
  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 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.
  30. class Trustee(HeliosModel):
  31. /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".
  32. RemovedInDjango19Warning)
  33. 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".
  34. RemovedInDjango19Warning)
  35. /home/equinteros/projects/NOVA-PROJECTS/HELIOS/myproject/venv/local/lib/python2.7/site-packages/celery/apps/worker.py:161: CDeprecationWarning:
  36. Starting from version 3.2 Celery will refuse to accept pickle by default.
  37. The pickle serializer is a security concern as it may give attackers
  38. the ability to execute any command. It's important to secure
  39. your broker from unauthorized access when using pickle, so we think
  40. that enabling pickle should require a deliberate action and not be
  41. the default choice.
  42. If you depend on pickle then you should set a setting to disable this
  43. warning and to be sure that everything will continue working
  44. when you upgrade to Celery 3.2::
  45. CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
  46. You must only enable the serializers that you will actually use.
  47. warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
  48. [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:
  49. Starting from version 3.2 Celery will refuse to accept pickle by default.
  50. The pickle serializer is a security concern as it may give attackers
  51. the ability to execute any command. It's important to secure
  52. your broker from unauthorized access when using pickle, so we think
  53. that enabling pickle should require a deliberate action and not be
  54. the default choice.
  55. If you depend on pickle then you should set a setting to disable this
  56. warning and to be sure that everything will continue working
  57. when you upgrade to Celery 3.2::
  58. CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
  59. You must only enable the serializers that you will actually use.
  60. warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
  61. -------------- celery@gazelle v3.1.18 (Cipater)
  62. ---- **** -----
  63. --- * *** * -- Linux-4.13.0-39-generic-x86_64-with-Ubuntu-17.10-artful
  64. -- * - **** ---
  65. - ** ---------- [config]
  66. - ** ---------- .> app: default:0x7f8837d4c610 (djcelery.loaders.DjangoLoader)
  67. - ** ---------- .> transport: django://localhost//
  68. - ** ---------- .> results: database
  69. - *** --- * --- .> concurrency: 4 (prefork)
  70. -- ******* ----
  71. --- ***** ----- [queues]
  72. -------------- .> celery exchange=celery(direct) key=celery
  73. /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!
  74. warn('Using settings.DEBUG leads to a memory leak, never '
  75. [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!
  76. warn('Using settings.DEBUG leads to a memory leak, never '
  77. [2018-04-26 15:49:39,351: WARNING/MainProcess] celery@gazelle ready.
  78.