Task is really simple :
Take a look at https://docs.djangoproject.com/en/dev/topics/auth/default/
 (this a good start for novice)
 Use UserCreationForm for passing data from  user and validating
If form is correct save new user
After this   you can redirect to new page
Many thanks,

Serge


+380 636150445
skype: skhohlov


On Mon, Oct 21, 2013 at 3:24 AM, Ideo Rex <ideo...@gmail.com> wrote:
> Hello,
> I'm relatively new to Django. So I have a working (local) web application. I
> can create new model objects from the admin site, but I would like my users
> to be able to create their own objects and save them to the database. I'm
> really confused on the over arching process on how this is down and I would
> appreciate it if someone could lead me in the correct direction.
>
> I want to allow my users:
> 1. fill in information on a page
> 2. submit this page to the database
> 3. redirect them to a page that reflects their input ("You successfully
> submitted this {{title}}")
>
> Thanks
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a13ae0e4-ca48-4908-869c-d22589361032%40googlegroups.com.
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADTRxJMmoModeqrbLb4Uzf%2BJ7OjZh6Zxyc-Hq-az54gM0xqgCA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to