Re: Could Django handle this particular setup?

2009-09-23 Thread Tim Chase
> So to sum it up, 1 admin area, 1 member database (under 1 domain) [snip] > 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

Re: Could Django handle this particular setup?

2009-09-23 Thread Brian McKeever
Here's the documentation for the sites framework which does everything you need: http://docs.djangoproject.com/en/dev/ref/contrib/sites/#ref-contrib-sites On Sep 23, 3:13 pm, Jean-Nicolas wrote: > I would like to use Django for my next project, however, the setup is > a bit particular and I'm no

Could Django handle this particular setup?

2009-09-23 Thread Jean-Nicolas
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 pag