I have created an application which works with users using the Django
authentication system. Users can register and login.

Now I'm unsure how I can make my application into a normal web
application so that each user gets his own 'instance' of the
application. I have projects in the application and each user should
of course only see his own projects when logged in. Now every user can
see all the projects of all users.

How should this normally be accomplished?
Should I send the user specific projects from the View to the
template?

Thanks for the help!

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to