Malchiel
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Interactive debugging from docker-compose: SyntaxError: Non-UTF-8 code starting with '\xff'
docker compose up, works as is, but I have been trying to setup interactive debugging with pycharm and ran into many difficulties FLASK_APP = app.pyFLASK_ENV = developmentFLASK_DEBUG = 1In folder /...