Hi Djangonauts,
I am almost done developing a Django project (with a few pluggable apps).
I want to offer this project as a SaaS (something like basecamp).
i.e: project1.mysaas.com , project2.mysaas.com etc
I seek your expertise in showing me the path.
Ways I have thought of are:
- 1 use Sites to define site specific settings.py
- 2 a middleware to detect request then set settings accordingly
- 3 create Django project (taking in pluggable apps) for each site
Thanks.
btw, i am a total newbie.