auth, getting rid of global-uniqueness

2009-10-16 Thread Lynge
Hi My current project is hopefully the first in a line of many. They will most likely all have one thing in common: They will be targeted solely at companies. So, when a new company decides to register for an account they will get their own subdomain and the ability to create and manage users on

Re: Pylons on Google App Engine article

2009-10-16 Thread Ian Bicking
On Thu, Oct 15, 2009 at 2:01 PM, Matt Feifarek matt.feifa...@gmail.com wrote: On Thu, Oct 15, 2009 at 12:41 PM, Jason S. jas...@tuffmail.com wrote: I still don't get setuptools. I don't understand namespace packages, or rather their deployment. I don't get why I can't move (for example)

Re: pylons on GAE long wake up time on first request

2009-10-16 Thread Ian Bicking
On Thu, Oct 15, 2009 at 3:53 PM, Matt Feifarek matt.feifa...@gmail.com wrote: It takes a long time (from 5 to 10 sec) to serve the first request if the instance is not hot. Is some body else experiencing this the problem? Yeah, I noticed that too. I can't explain it, but if you Google for

Re: auth, getting rid of global-uniqueness

2009-10-16 Thread Jason S.
On Oct 15, 6:15 pm, Lynge como...@gmail.com wrote: So, an auth system that has a DB-table with the columns username - password - org_id And it will always start an authentication by looking at the org_id and then determining if the users exist within that company. I would recommend looking

Re: Pylons on Google App Engine article

2009-10-16 Thread Matt Feifarek
On Fri, Oct 16, 2009 at 1:04 PM, Ian Bicking i...@colorstudy.com wrote: I remember at some point having a problem with pip installing the Paste packages, and paste/__init__.py was missing. I think I was working on an actual app so I punted and created the file manually, and didn't try to