[Pydev-code] Run Configurations - Auto Reload
Brought to you by:
fabioz
From: Sayth R. <fle...@gm...> - 2013-01-25 23:26:57
|
Is it possible to create run configurations with autoreload. Was reading here http://pydev.org/manual_adv_django.html For Run Django with autoreload it notes this. import pydevd pydevd.patch_django_autoreload( patch_remote_debugger=False, #Note that the remote debugger patch setting should be False on a regular run patch_show_console=True ) just *before* the *if _name_ == "_main_":* in your manage.py module Is it possible though instead of adding this to each project to set up a run configuration that will run with autoreload each time I open a new Django project? Sayth |