I know about the Django console and is useful to some extent, but it would be nice to be able to edit code with the open console, lime SLIME in Emacs. Is there something that makes this easier for Django or, if not, at least Python?
I don't know if this is exactly what you are looking for, but Workzeug provides an interactive debugging tool that you can use in this way. Just do assert False , and you can use the CLI as shown in this screencast: http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/
assert False
IDLE
Launch
django-admin.py shell
in your project should give you what you want. If you have IPython installed, you will also get all the useful highlighting and completion functions that it offers.
Source: https://habr.com/ru/post/1338004/More articles:add onclick event to dynamically created link - c #Unlock premium content via in-app purchase on iPhone - iphoneWhen overloading an equality operator is the best way to handle null values? - equalityNullReferenceException from InitializeComponent when upgrading to WPF 4 with generic arguments - genericsSnap click to dynamic button using jQuery? - jquerystringising #a in determining why it is bad - cIs there a client-side authentication flow using redirect_uri borken? - securityCall DataServiceContext.UpdateObject several times on the same object before saving - c #diff if statements are actionscript-3WPF: adapt to resizing by changing the level of detail - layoutAll Articles