I'm looking for a solution (preferably off the shelf) which will allow
several things to be done at once.  I've built a couple of trivial
Django sites so I have a little experience, but a lot with Python.

I'm building a *big* high traffic SaaS (sorry for the buzzword) type
application to replace a pile of junk financial portal written in
oodles of hacked up ASP.Net.  Is the following feasable with Django?

1. I need basecamp-esque URLS i.e.  [instance].maindomain.com where
[instance] is an "instance" of the application.  I've looked at the
sites feature for this but I'm not 100% sure it's suitable with
constraint (2) below.  Is there any (optionally anecdotal) evidence
either way to suggest that it will handle this?

2. Separate authentication for each instance.  I'm not sure the user
auth stuff built into Django can do this on a per instance basis as it
lacks a ForeignKey against Site.  Is this easy to hack in before I go
doing it or is there a more django-way of doing it?

3. Project / application structure.  Should the "instance" code be an
application or a separate project?

I could probably build something custom for this but the django auth
stuff is too nice to have to throw away.

I'm going to built a test rig to see if this can be done but i'd
appreciate some input first from the pros!

Any help appreciated.

Cheers,

Chris.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to