How to run django remote with different settings.py?
Answered
i already have a good set up for remote debug, it use http://example.com:8000 for debug.
But each time i have to go to settings.py to set Debug = True, is there any way that i can add a parameter that let it run on another setting that set for debug purpose?
Please sign in to leave a comment.
You can use the approach described in this thread https://stackoverflow.com/questions/45632588/automatically-run-django-project-in-debug-when-in-pycharm?answertab=votes#tab-top
Have you tried it yet?