Depends what you need. Do you want to have users access data via www.domain.com/user_acccount/ or http://user_account.domain.com? If it's www.domain.com/user_acccount/ just foreign key your models to user model and in your queries always include user as a filter. The other option is somewhat harder.
Cheers, _M On 3 July 2013 22:20, Nigel Legg <nigel.l...@gmail.com> wrote: > I am building an app to, among other things, allow people to upload data > files and carry out various analyses online. I would like each user to > only see the datafiles that they or members of their team (company, > research team, etc) have uploaded. > It seems that > django-simple-multitenant<https://github.com/pombredanne/django-simple-multitenant>would > be appropriate for this. Are there any problems in using this, or > other apps that would be easier to implement? > Cheers N// > > Regards, > Nigel Legg > 07914 740972 > http://twitter.com/nigellegg > http://uk.linkedin.com/in/nigellegg > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.