On 1/31/07, Chris Shenton <[EMAIL PROTECTED]> wrote: > I suppose I *could* create a new app and move the customer-facing > features into it but I have a bunch of library code and config info > I'd have to share. Same for the SQLAlchemy stuff. > > I probably could setup authentication for internal users and deny > access to nonpublic parts but I'd have to make darn sure I didn't miss > any.
A separate site would give greater peace of mind since you can easily verify it can't access disallowed stuff (i.e., there's no database method for it). -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
