I would like to be able to use the API to run a look under a specific users account in development mode for that user. Is that possible?
I found that I can login as a specific user under api auth (login_user). But would that user need to currently be in development mode in order to use the development version of the models? Or is there a way to force development mode to be used?
Reason for this request is to allow automation of testing development models.
Thanks.