Re: Django-Registration, How can a beginner work with this 3rd party App?

2011-08-16 Thread Andre Lopes
Thanks for your reply. I will follow this tutorial. Best Regards, On Tue, Aug 16, 2011 at 4:36 PM, shacker wrote: > See also: > > django-profiles: The Missing Manual > http://birdhouse.org/blog/2009/06/27/django-profiles/ > > (django-profiles and django-registration are

Re: Django-Registration, How can a beginner work with this 3rd party App?

2011-08-16 Thread shacker
See also: django-profiles: The Missing Manual http://birdhouse.org/blog/2009/06/27/django-profiles/ (django-profiles and django-registration are close cousins; I always use them in combination with one another). ./s -- You received this message because you are subscribed to the Google Groups

Re: Django-Registration, How can a beginner work with this 3rd party App?

2011-08-15 Thread william ratcliff
Perhaps the following blog post will be useful for you if you just want to get something up and running: http://devdoodles.wordpress.com/2009/02/16/user-authentication-with-django-registration/ The author even has a link where you can download some of the standard templates. Best, William On

Re: Django-Registration, How can a beginner work with this 3rd party App?

2011-08-15 Thread Andre Terra
To be honest, django registration is quite complex in some aspects for a beginner, due to its modularity. Creating a custom backend for a third party app isn't the easiest exercise for a newbie. If anyone has examples on how to customize django registration, now would be a great time to share it!

Re: Django-Registration, How can a beginner work with this 3rd party App?

2011-08-15 Thread Thomas Weholt
Have you followed the standard tutorial on https://docs.djangoproject.com/en/1.3/intro/tutorial01/? Look at the http://www.djangobook.com/en/2.0/ ? If you haven't you should start there and not jump directly at a third app. After doing the tutorials and reading through the djangobook the online

Django-Registration, How can a beginner work with this 3rd party App?

2011-08-15 Thread Andre Lopes
Hi, another question from a beginner. I am getting some trouble to get Django-Registration working. The on-line documentation(http://readthedocs.org/docs/django-registration/en/latest/) is not for a beginner like me, there are many steps that I don't know how to do them. For example the creation