Hello everybody,
On Tue, Mar 2, 2010 at 11:14 PM, GoSantoni <[email protected]> wrote:
> Is it reasonable easy to achieve a form for users with in the end the
> opportunity to register or login? I'd like to let users who visit the
> site for the first time be able to choose a password and name. This
> needs to registered first and temporarily the data of the form itself
> needs to be saved and after succesful signup stored in the database.
> Or is that mission impossible ? :P
>
It's possible to do and to encapsulate in a loosly coupled application
("module"), which can be reused at will.
You should read the documentation about authentification and an app for that:
http://docs.djangoproject.com/en/1.1/topics/auth
Or install and hack one of the many existing apps shared by other kind users:
http://bitbucket.org/ubernostrum/django-registration/wiki/
http://github.com/policus/django-registration-facebook-backend
http://github.com/nathanborror/django-registration
Or start with any Pinax project, because they all include a configured
app which just works out of the box (ootb) and concentrate on what
makes your project different - which i must recommend if you're on
deadlines.
--
http://jamespic.com/contact
Customer is king - Le client est roi - El cliente es rei.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.