How to run django remote with different settings.py?

已回答

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?

0

请先登录再写评论。