Re: Request for new user account via email Django

2011-08-05 Thread Sheogora
There was a different problem actually, RequestContext(request) was never called I removed that line and put it in the above return. Worked fine :) thank you for the effort tho On Aug 4, 5:58 pm, Shawn Milochik wrote: > In your view you should be instantiating the form with the data from > reque

Request for new user account via email Django

2011-08-04 Thread Sheogora
I am trying to make a little function for a user to request an account and the information he puts in is sent to a person who will make an account. I was following this example mostly http://djangosnippets.org/snippets/261/ but it is very old and might be inaccurate for I have got and thus I have p

.css files of the admin pages

2011-08-02 Thread Sheogora
I would like to know how to make changes to the built in style sheets in the admin pages I went into this directory where i found images being used in the admin website Django-1.3\django\contrib\admin\media\img\admin and changed images but it didn't effect my project at all. Is that the wrong plac

Re: Extending the User form

2011-08-02 Thread Sheogora
please see this discussion http://groups.google.com/group/django-users/browse_thread/thread/143942b9002c1468/c4fbf04d75471fbf?lnk=gst&q=Shegoroa#c4fbf04d75471fbf I made two by accident and marked this for removing, but they didn't for some reason. I updated it with a new post, which should show up

Re: Extending new User form

2011-08-02 Thread Sheogora
On Jul 28, 4:27 pm, Derek wrote: > On Jul 28, 10:31 am,Shegoroa wrote: > > > I am having difficulty figuring out how to make an admin when creating > > a new user to have an extra field specifying users location. > > > I found lots of information on how to extend the user profile and i > > did so

Extending the User form

2011-07-28 Thread Sheogora
I have extended the User Profile by adding my own field, how do I change the New user form in the admin, to show the new field? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. T