Re: Newbie: New user creation with forms

2010-04-07 Thread Nicola Noonan
yes i followed that tutorial and can't even get that one working!

On Wed, Apr 7, 2010 at 12:31 PM, Daniel Roseman wrote:

> On Apr 7, 12:13 pm, Nicola Noonan  wrote:
> > I want to create a user with a form and i want that user to be able to
> > submit data, see i'm building a website and it's a gossip site, i need to
> > let other users log on and insert data such as gossip, news, articles. Im
> > not sure where to begin, i have a rough idea about the forms but its
> > actually saving the data and displaying it from that user is whats
> difficult
> > for me.
>
> Did you follow the tutorial? Part 4 covers creating forms and saving
> data from them.
> http://docs.djangoproject.com/en/1.1/intro/tutorial04/
> --
> DR.
>
> --
> 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.
>
>

-- 
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.



Re: Newbie: New user creation with forms

2010-04-07 Thread Daniel Roseman
On Apr 7, 12:13 pm, Nicola Noonan  wrote:
> I want to create a user with a form and i want that user to be able to
> submit data, see i'm building a website and it's a gossip site, i need to
> let other users log on and insert data such as gossip, news, articles. Im
> not sure where to begin, i have a rough idea about the forms but its
> actually saving the data and displaying it from that user is whats difficult
> for me.

Did you follow the tutorial? Part 4 covers creating forms and saving
data from them.
http://docs.djangoproject.com/en/1.1/intro/tutorial04/
--
DR.

-- 
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.



Re: Newbie: New user creation with forms

2010-04-07 Thread Nicola Noonan
I want to create a user with a form and i want that user to be able to
submit data, see i'm building a website and it's a gossip site, i need to
let other users log on and insert data such as gossip, news, articles. Im
not sure where to begin, i have a rough idea about the forms but its
actually saving the data and displaying it from that user is whats difficult
for me.

On Wed, Apr 7, 2010 at 2:29 AM, Wiiboy  wrote:

> What exactly do you mean by, "Create a user and allow that user to
> submit data such as messages"?
>
> --
> 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.
>
>

-- 
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.



Re: Newbie: New user creation with forms

2010-04-06 Thread Wiiboy
What exactly do you mean by, "Create a user and allow that user to
submit data such as messages"?

-- 
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.



Newbie: New user creation with forms

2010-04-06 Thread NicMAN
Hi all i'm a beginner at django and was wondering if any one can help
me by being able to create a user and to allow that user to submit
data such as messages onto my website!
I'm struggling with learning the hard stuff in django.

Thanks in advance

-- 
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.