Re: Alternate user fields

2011-06-20 Thread DrBloodmoney
On Mon, Jun 20, 2011 at 5:16 PM, raj wrote: > Sorry, can you give me more details. What other things would I have to > do to make these changes? thank you. > > On Jun 20, 3:08 am, Kenneth Gonsalves wrote: >> On Mon, 2011-06-20 at 00:03 -0700, raj wrote: >> > Ya i got that working. Just another qu

Re: Alternate user fields

2011-06-20 Thread raj
Sorry, can you give me more details. What other things would I have to do to make these changes? thank you. On Jun 20, 3:08 am, Kenneth Gonsalves wrote: > On Mon, 2011-06-20 at 00:03 -0700, raj wrote: > > Ya i got that working. Just another quick question, the django auth > > system took care of

Re: Alternate user fields

2011-06-20 Thread Kenneth Gonsalves
On Mon, 2011-06-20 at 00:03 -0700, raj wrote: > Ya i got that working. Just another quick question, the django auth > system took care of all the login/logout pages. Now that i have a > changed user class up and running, will django automatically adapt to > the new class? Like, in the html, if it s

Re: Alternate user fields

2011-06-20 Thread raj
Ya i got that working. Just another quick question, the django auth system took care of all the login/logout pages. Now that i have a changed user class up and running, will django automatically adapt to the new class? Like, in the html, if it says {% user.is_authenticated %}, will it automatically

Re: Alternate user fields

2011-06-19 Thread Kenneth Gonsalves
On Sun, 2011-06-19 at 23:39 -0700, raj wrote: > Its asking me to locate this admin.py file inside my application. I > can't find this file. Should I just make one inside an application yes -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- You receiv

Re: Alternate user fields

2011-06-19 Thread raj
Its asking me to locate this admin.py file inside my application. I can't find this file. Should I just make one inside an application (after running the startapp function)? On Jun 18, 12:40 pm, creecode wrote: > Hello Raj, > > On Saturday, June 18, 2011 8:52:44 AM UTC-7, raj wrote: > > And when

Re: Alternate user fields

2011-06-18 Thread creecode
Hello Raj, On Saturday, June 18, 2011 8:52:44 AM UTC-7, raj wrote: And when I use the > AUTH_PROFILE_MODULE way, I am not getting the extra fields to show up > on my admin site. Can someone show me how to use it this way? I create > a model in an app, create additional fields in a UserProfile

Re: Alternate user fields

2011-06-18 Thread raj
I've googled alot about this. Trust me. And when I use the AUTH_PROFILE_MODULE way, I am not getting the extra fields to show up on my admin site. Can someone show me how to use it this way? I create a model in an app, create additional fields in a UserProfile class, and i syncdb, but nothing shows

Re: Alternate user fields

2011-06-18 Thread Martin
Do you know that every time you ask questions on mailing lists without googling, a kitten dies? And a pony! http://stackoverflow.com/questions/44109/extending-the-user-model-with-custom-fields-in-django https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users h

Re: Alternate user fields

2011-06-18 Thread creecode
Hello Raj, On Friday, June 17, 2011 10:17:07 PM UTC-7, raj wrote: I've been trying to figure out how to add more fields in the auth user > part of django. I looked through dozens of tutorials, and tried a lot > of things to no avail. Did you look at < https://docs.djangoproject.com/en/1.3/to

Alternate user fields

2011-06-17 Thread raj
Hey guys, I've been trying to figure out how to add more fields in the auth user part of django. I looked through dozens of tutorials, and tried a lot of things to no avail. I simply ask this, If a user were to sign up on my site, and he/she was required to insert a skype SN, aim SN, etc.. How wou