Skip to content

Files

Latest commit

 

History

History
17 lines (10 loc) · 590 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 590 Bytes

Demonstration of a remote Python DEBUG

The following repo contains two projects

  • dj - Django project
  • python_app - plain Python project

It demonstrates how to debug WSGI apps remotely via docker.

Work in progress.

TODOS:

  • manage.py to able to work with runserver or any commands
  • work with the Pycharm Community IDE