I have developed a small django web application. It still runs in the django development web server.
It has been decided that if more than 'n' number of users like the application, it will be approved.
I want to find out all the users who view my application. How can find the user who views my application? Since I was the user who ran the application, all python ways of getting the username returns my name only.
Please help.