Hi, Using Pinax I am looking to create a site where users can create their own "subsites", ie similar to Ning.com or Wordpress.com. Each subsite will be administered by the user that created it, and several different Django Apps are needed to give each subsite the functionality it needs (photo gallery, blog etc). Preferably this should be done by using some existing App to handle the subsite specific functionality, but I have not found any such App. django.contrib.sites is not really an option since it requires editing settings.py for each new subsite and the creation of a new subsite should be as automated as possible.
Do anyone know of an existing App that can be used for this? Any tips on how this could be structured? I would appreciate any pointers as I am relativly new to Django. Thanks! Andreas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

