Friday, September 27, 2013

Re: example for project with user login

Please, can you be more specific?
Did you mean on Admin Interface? (just activate admin)
In your views? (use decorator)
in your templates? (use request.user.is_authenticated() on a if block)

Are more complex ways to do this by your own or you have apps to do this like allauth (who give you a way to your visitors to login with facebook id, or twitter, etc)

hope to help you on this

2013/9/27 Joachim Wuttke <j1wuttke@gmail.com>
Could you kindly point me to a code example for a Django project with user login?
- Joachim

--
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+unsubscribe@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.



--
Rafael E. Ferrero

--
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+unsubscribe@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.

No comments:

Post a Comment