Restrict IP access to the Django admin deployed on Render app
Good day, community. I am developing a Django application for an online store, where the seller will publish their products through the admin panel, and customers will see the products through views and templates. While I was developing locally, there was no problem accessing the admin panel since I was running it from my PC. However, now that I have deployed the application on Render app, I’ve just realized that I can access the admin panel by appending ‘admin/’ to the URL. How can I restrict access to the admin panel to certain IPs, like a firewall, meaning only my IP can access the admin panel?