Debugging MediaCMS in VSCode #838
Replies: 2 comments 1 reply
-
Hi, I have been working on this branch: https://github.com/mediacms-io/mediacms/tree/feat-dev-exp and very soon will open a PR, which improves the local development env (it starts Django in debug mode, so any change to python gets to be seen, and also React/frontend). I just need to make 1-2 more commits there and prepare a document, so you will be first to see/test it I hope! |
Beta Was this translation helpful? Give feedback.
-
I've just merged this PR #911 and will push a new latest release. Please check out the new page for local development and let me know how you find it (https://github.com/mediacms-io/mediacms/blob/main/docs/dev_exp.md) I am going to write more but I believe it's a good start for now! |
Beta Was this translation helpful? Give feedback.
-
Hello, has anyone managed to run the debugger in VSCode to debug MediaCMS?
When I try to start debugging, the virtual environment for Django starts successfully, but when I enter http://127.0.0.1:8000/ in the browser, I get an error
So in settings.py I changed "DIRS": ["templates"] to "DIRS": [BASE_DIR + "/templates/"] it doesn't show the error anymore, but I have a clean white window....
Please, could someone help me???
Beta Was this translation helpful? Give feedback.
All reactions