Is it possible to execute a step through the code in django (I mean the step during debugging)
In order to respond to debugging, instead of phasing debugging in the structure itself, it is more preferable that the Django community provide unit tests. If you are creating a module, Django provides tools for testing applications . For end-to-end debugging, you may need an IDE to process it: AFAIK Django does not provide the ability to do this.
, , Python Debugger, pdb. Django . , Django, Django, import pdb; pdb.set_trace() , , , , Django.
pdb
import pdb; pdb.set_trace()
, .
, , :
Source: https://habr.com/ru/post/1778362/More articles:Overriding or aliasing a column name in an old database using Rails / ActiveRecord - databasehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1778358/dynamically-adding-columns-to-a-dbixclass-resultset&usg=ALkJrhijOUuuCXjSlDcb3ugKHKLhO50a4AIs ThreadPool in this scenario? - multithreadinghttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1778360/visualizing-progress-on-git-repositories&usg=ALkJrhh8HJjjsk-mjvK04I25A7IL4jcyPQSerialize an array of objects as one object with a named property for each object in C # using a JSON serializer - jsonRails 3: Escape (\) characters appearing in part of a JSON string - jsonValidation in GWT + GAE app - google-app-engineHide MPMoviePlayerController when downloading new videos - iphoneSerialization (and deserialization) 'complex' Relay objects with JSON - jsonHow can I use OpenID for users registered at the same time in several Google accounts? - openidAll Articles