spacepaste

  1.  
  2. equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_integration$ ../venv/bin/python manage.py runserver 0.0.0.0:9000
  3. Performing system checks...
  4. System check identified no issues (0 silenced).
  5. April 27, 2018 - 17:28:25
  6. Django version 1.8.19, using settings 'conf.settings'
  7. Starting development server at http://0.0.0.0:9000/
  8. Quit the server with CONTROL-C.
  9. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/venv/local/lib/python2.7/site-packages/mama_cas/models.py:220: RemovedInDjango19Warning: Model class mama_cas.models.ServiceTicket 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 ServiceTicket(Ticket):
  11. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/venv/local/lib/python2.7/site-packages/mama_cas/models.py:259: RemovedInDjango19Warning: Model class mama_cas.models.ProxyTicket 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 ProxyTicket(Ticket):
  13. /home/equinteros/projects/NOVA-PROJECTS/HELIOS-TENDENCI/venv/local/lib/python2.7/site-packages/mama_cas/models.py:330: RemovedInDjango19Warning: Model class mama_cas.models.ProxyGrantingTicket 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 ProxyGrantingTicket(Ticket):
  15. [27/Apr/2018 17:28:36] "GET /cas/login?service=http%3A//helios%3A8000/auth/after/ HTTP/1.1" 500 135787
  16. - Broken pipe from ('127.0.0.1', 37554)
  17. [27/Apr/2018 17:28:37] "GET /cas/login?service=http%3A//helios%3A8000/auth/after/ HTTP/1.1" 500 135664
  18. [27/Apr/2018 17:28:45] "GET /cas/login?service=http%3A//helios%3A8000/auth/after/ HTTP/1.1" 500 135664
  19. [27/Apr/2018 17:28:48] "GET /cas/login?service=http%3A//helios%3A8000/auth/after/ HTTP/1.1" 500 135787
  20.