Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1.  
  2. System check identified no issues (0 silenced).
  3. February 28, 2020 - 16:35:23
  4. Django version 3.0.3, using settings 'colpos.settings'
  5. Starting development server at http://127.0.0.1:8000/
  6. Quit the server with CTRL-BREAK.
  7. Internal Server Error: /colpos/verListaPacientes
  8. Traceback (most recent call last):
  9. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\core\handlers\exception.py", line 34, in inner
  10. response = get_response(request)
  11. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\core\handlers\base.py", line 115, in _get_response
  12. response = self.process_exception_by_middleware(e, request)
  13. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\core\handlers\base.py", line 113, in _get_response
  14. response = wrapped_callback(request, *callback_args, **callback_kwargs)
  15. File "C:\Users\DESARROLLADOR-INT\Desktop\project\erm\colposcopia\views.py", line 165, in verListaPacientes
  16. return render(
  17. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\shortcuts.py", line 19, in render
  18. content = loader.render_to_string(template_name, context, request, using=using)
  19. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\template\loader.py", line 62, in render_to_string
  20. return template.render(context, request)
  21. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\template\backends\django.py", line 59, in render
  22. context = make_context(context, request, autoescape=self.backend.engine.autoescape)
  23. File "C:\Users\DESARROLLADOR-INT\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\template\context.py", line 270, in make_context
  24. raise TypeError('context must be a dict rather than %s.' % context.__class__.__name__)
  25. TypeError: context must be a dict rather than set.
  26. [28/Feb/2020 16:35:32] "GET /colpos/verListaPacientes HTTP/1.1" 500 84012
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement