Django-Styleguide
Django-Styleguide copied to clipboard
Third party APIs
trafficstars
Hello and greetings,
I have a question for which I did not find a suitable answer.
In most of my projects, we had some third-party services or APIs to call (with requests or http.client).
Where do I have to put them? In the services file/folder or selectors, or anywhere else?
Finally, thanks for this good style guide.