1
You can throw all your Django apps into apps
folder, so that you refer them as apps.requests
, that will no longer conflict with requests library.
Source:stackexchange.com
1
You can throw all your Django apps into apps
folder, so that you refer them as apps.requests
, that will no longer conflict with requests library.