I am building a python script that connects to a site's mysql database through the MySQLdb library. The site is based on django. I want to get the number of users that logged on the site in the past 24 hours, maybe using the django sessions table. How can I do this using only python and mysql?I am building a python script that connects to