Hi there, I am currently developing a pylons-application with elixir on top that has a multi-project setup included. It should work the following way:
A user visits a url like /myapp/project/1 ... and the project-id 1 is saved in the session. After that, the user is redirected to the login-page where he can perform a project- specific login. Each project owns a separate database and therefore an own data model with a standardized interface. Now i'm looking for the best way to achieve this. By default, pylons creates the database using the connection string from the ini-file, so it would be an idea to use separate ini-files per project, but it seems impossible since the application has already bootstrapped when the model shall be selected. Does anybody have a hint how to get there? Thanks a lot. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
