- one project, this will make maintenance easier. I handle host resolution with middleware in django-ikari.
- you don’t. see #1
-
I use the following :
- django-ikari : anchored (sub)domains
- django-guardian : per object permissions
- django-tastypie : easy RESTful api
- django-userprofiles : better than django-registration
- django-billing : plan based subscription controls
- django-pricing : plan based subscription definition
-
While not necessary, the following will help in the long run:
- django-hunger : private beta signups
- django-waffle : feature flip
- django-classy-tags : nice, easy and neat templatetag creation
- django-merchant : abstracted payment gateway framework
- django-mockups : fast testing with models
- django-merlin : better multi-step forms (wizards)
-
Finally, nice to have
- django-activity-stream