I have a django application consists of only one page. The page is supposed to display a message with a specific criteria from a table in the DB.
I need to show the same message to only the first 3 users who request that page and for the other users another message should be displayed.
How can I achieve that?
No responses yet.