Hi All,
I have a very simple question, i could not yet answer myself, how can we achieve to split commands within a Django view into multiple lines for more readability and visibility ?
I have some views with commands becoming more and more complex while my Django dev increased, one command per line becomes very hard to read, a backslash "" does not work and generates a page error, a line return doesn't work either...
Thanks a lot!