Open raphaelfournier opened 2 years ago
Tabs and spaces: there should not be mixed. PEP8 recommends using spaces, 4 of them for each level of indentation (https://peps.python.org/pep-0008/).
try/except blocks should not be used in lieu of if/else (rest/views.py to be improved, at least)
try/except
if/else
rest/views.py
Tabs and spaces: there should not be mixed. PEP8 recommends using spaces, 4 of them for each level of indentation (https://peps.python.org/pep-0008/).
try/except
blocks should not be used in lieu ofif/else
(rest/views.py
to be improved, at least)