Re: Complex relationship for user profile

2008-02-01 Thread Aaron Fay
Hi Peter, I did a little more digging, and I'm not sure if my answer is in option 1 or 2... I am just using the automatic admin interface for my model at this point, with Django configured to use AUTH_PROFILE_MODULE = 'myapp.myuserprofile'.  Is it safe to assume either model is saved first,

Re: Complex relationship for user profile

2008-02-01 Thread Aaron Fay
I'll try those, Peter, thanks for the response... Aaron Peter Rowell wrote: Failing a response to that one must mean I'm asking for something that is undoable. Uh, this isn't McDonald's. Slow/no response does not immediately equate to undoable. It more likely means that

Re: Complex relationship for user profile

2008-02-01 Thread Peter Rowell
> Failing a response to that one must mean I'm asking for something that > is undoable. Uh, this isn't McDonald's. Slow/no response does not immediately equate to undoable. It more likely means that people who might have answered the question were doing something else (watching the debate,

Re: Complex relationship for user profile

2008-02-01 Thread Aaron Fay
Okay, Failing a response to that one must mean I'm asking for something that is undoable... could anyone provide an easy way to accomplish this by maybe extending the admin template or something? I'm convinced retrieving the data would be very simple, but is there a way to get it to save as

Complex relationship for user profile

2008-01-31 Thread Aaron Fay
Hi list! (first post) I've created a small application to suit a new project I am working on, however I have a question regarding using the user profile feature. I have the setup working properly according to the documentation and it works, what I need to know is if I can create a field in