Apache – How to access drf(django rest framework) api in local network from different machine?
I deployed a drf api in apache server , when i access it from the same machine it work fine (get and post requests and also database connections all works good) , but when I try it from another machine…