I am building an application in Django that gets the ip address of the user to track their location. And once their location is determined, I want to be able to figure if their signup date coincides with a holiday in their country.
How can I do this?