b708c8b352
Backend part of #1796. This changes allows to display an onboarding modal the first time that the get_me() API view is called. I originally tried to check if `User.last_login` was `None`, but it is updated as soon as the user is logged, so I chose to create a flag on the model.