I would like to use Django for my next project, however, the setup is
a bit particular and I'm not sure if there's a way to setup Django to
handle it...here's what I need basically...

The site is a subscription based site, ... the main functionalities
are: Member need to signup to access some pages... member can manage
his account, cancel it etc... and I need a generic Admin area to be
able to edit member details etc... This is all pretty basic stuff and
I already did a lot of similar projects using Django... However, where
this particular project differs from the others is that I need a
particular server setup that goes like this:

Only ONE main members database and ONE admin area to administer
everything...

Multiple "front-end" that allows you to signup login, etc.. each with
their own "member area"... but each using the same common member
database and admin area...

So to sum it up, 1 admin area, 1 member database (under 1 domain)

Multiple front end with signup/login/etc.. (each on different
domains....)  obviously, because each site use the same member
database, a member could login on each of the "front ends" to access
the member area...

Would something like this be possible in Django? The problem is I'm
not sure what should be a separate App or Project... the goal is to be
able to deploy new "front-end" quickly...so perhaps this could be a
separate project?

I'm not sure if I'm being clear.. let me know if not and I will try to
provide more information!

Thanks a lot!

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to