Hi there, In a previous mail, I said something about missing something from Symfony. It's the environment. You where able to set up a front controller (basically, the file you're calling in the url, and that calls the rest of the app), for say a staging environment, let your client access the page that way, and let the public controller closed, showing a nice "where working on it, dude" page. You could be able to set specific options for stuff like mails, password protection, session timeout, and such just for that environment. Just for the guy accessing via the staging front controller.
I've been missing this, not just for the client, but because a nice amount of my settings differ from dev to prod. Database, paths, managers, just to name a few. I wonder if someone has come up with some kind of solid solution. I've been tinkering with symlinks and imports, but the settings module seems not to like neither, so it's dumped, even if I try to use hard links instead. Anyone with a solid idea or even a neat solution? Greetz, Chris Hoeppner www.pixware.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

