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
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to