Re: Django profile

2012-03-02 Thread Bolang
g user profile to django? I have found http://code.google.com/p/__django-profile/ <http://code.google.com/p/django-profile/> and https://bitbucket.org/__ubernostrum/django-profiles <https://bitbucket.org/ubernostrum/django-profiles> but those 2 projects don't

Re: Django profile

2012-03-02 Thread creecode
Hello Bo, On Friday, March 2, 2012 12:26:05 PM UTC-8, Bo Lang wrote: > > Can someone suggest me an application for adding user profile to django? > I have found > https://bitbucket.org/ubernostrum/django-profiles Give James Bennett's django-profiles a go if you think it will meet your needs. J

Re: Django profile

2012-03-02 Thread Denis Darii
1. http://pinaxproject.com/ 2. http://django-userena.org/ On Fri, Mar 2, 2012 at 9:26 PM, Bolang wrote: > Can someone suggest me an application for adding user profile to django? > I have found > http://code.google.com/p/**django-profile/<http://code.google.com/p/django-profile/

Django profile

2012-03-02 Thread Bolang
Can someone suggest me an application for adding user profile to django? I have found http://code.google.com/p/django-profile/ and https://bitbucket.org/ubernostrum/django-profiles but those 2 projects don't receive update recently. Thanks -- You received this message because yo

Re: How to use django-profile with django registration ?

2011-06-21 Thread Piotr Zalewa
On 06/21/11 15:27, Satyajit Sarangi wrote: Yes I know thats the problem . But , want to know whats the way out . Theway out is to read documentation: https://docs.djangoproject.com/en/1.3/ especially https://docs.djangoproject.com/en/1.3/topics/http/urls/ zalun On Tue, Jun 21, 2011 at 7:52

Re: How to use django-profile with django registration ?

2011-06-21 Thread Cal Leeming [Simplicity Media Ltd]
You are kidding right? The job of a developer isn't just to write code, it's to solve problems. django-users is *not* your personal tutor. On Tue, Jun 21, 2011 at 3:27 PM, Satyajit Sarangi wrote: > Yes I know thats the problem . But , want to know whats the way out . > > > On Tue, Jun 21, 2011

Re: How to use django-profile with django registration ?

2011-06-21 Thread Satyajit Sarangi
Yes I know thats the problem . But , want to know whats the way out . On Tue, Jun 21, 2011 at 7:52 PM, Piotr Zalewa wrote: > In urls.py you've got: > url(r'^accounts/', include('registration.urls')), > > and later: >(r'^accounts/', include('userprofile.urls')), > > /me is no expert, but th

Re: How to use django-profile with django registration ?

2011-06-21 Thread Piotr Zalewa
In urls.py you've got: url(r'^accounts/', include('registration.urls')), and later: (r'^accounts/', include('userprofile.urls')), /me is no expert, but that smells like asking for trouble. zalun On 06/21/11 14:48, Satyajit Sarangi wrote: I am using 1.3 This is my settings.py http://dp

Re: How to use django-profile with django registration ?

2011-06-21 Thread Satyajit Sarangi
I am using 1.3 This is my settings.py http://dpaste.com/556954/ This is my urls.py http://dpaste.com/556955/ On Tue, Jun 21, 2011 at 7:14 PM, Piotr Zalewa wrote: > On 06/21/11 14:15, Satyajit Sarangi wrote: > >> https://bitbucket.org/**ubernostrum/django-**registration

Re: How to use django-profile with django registration ?

2011-06-21 Thread Piotr Zalewa
On 06/21/11 14:15, Satyajit Sarangi wrote: https://bitbucket.org/ubernostrum/django-registration This is what I am using for user registration . Once , I log in the user is not able to get into the userprofile page . Thus I installed this https://bitbucket.org/ubernostrum/django-profiles/ for us

How to use django-profile with django registration ?

2011-06-21 Thread Satyajit Sarangi
https://bitbucket.org/ubernostrum/django-registration This is what I am using for user registration . Once , I log in the user is not able to get into the userprofile page . Thus I installed this https://bitbucket.org/ubernostrum/django-profiles/ for user profile . Now , this produces a conflict

django-profile redirect to user's profile

2011-05-11 Thread christian.posta
I'm trying to understand the best way to redirect a user to their profile once they successfully login to the application. I'm using django-profiles to manage a custom user profile. By default, the redirect url is specified in settings.py as LOGIN_REDIRECT_URL. However, the url entry in the django

Re: Django-registration with django-profile

2010-04-05 Thread Praveen
benefit of others. > > It's nothing new. I've copied the default backend for > django-registration, changed the RegistrationForm and handled > correctly the form with a view. > It's simply a matter of choice what pieces are useful to achieve the > needed registr

Re: Django-registration with django-profile

2010-04-04 Thread Alessandro Ronchi
x27;s simply a matter of choice what pieces are useful to achieve the needed registration workflow. I found that django-profile was unuseful, because it add another registration step with a form you can include in registration. -- Alessandro Ronchi http://www.soasi.com SOASI - Sviluppo So

Re: Django-registration with django-profile

2010-04-03 Thread shacker
On Apr 3, 9:21 am, Alessandro Ronchi wrote: > > I solved with a custom django-registration backend with a custom form. > > The form save directly to profile model, and I don't need > django-profiles, because it's unuseful. > > With that solution I can ask users all their data on registration, in

Re: Django-registration with django-profile

2010-04-03 Thread Alessandro Ronchi
2010/4/3 shacker : > On Apr 3, 2:39 am, Alessandro Ronchi > wrote: >> I've made a profile model and attached it to django-profile app that >> works correctly  (it shows /profiles/create/ with the form). >> >> I need to put together that profile model with dja

Re: Django-registration with django-profile

2010-04-03 Thread shacker
On Apr 3, 2:39 am, Alessandro Ronchi wrote: > I've made a profile model and attached it to django-profile app that > works correctly  (it shows /profiles/create/ with the form). > > I need to put together that profile model with django-registration, so > when a user goes to &

Django-registration with django-profile

2010-04-03 Thread Alessandro Ronchi
I've made a profile model and attached it to django-profile app that works correctly (it shows /profiles/create/ with the form). I need to put together that profile model with django-registration, so when a user goes to /account/register/ must fill both user default values and my c

Django-profile-images

2009-06-29 Thread Leidson Germano
Hey guys, Anybody know the type of object "user" in {% profile_image user 64x64 %} Thanks --~--~-~--~~~---~--~~ 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@goo

Re: django-profile instance data on custom form

2009-03-13 Thread Simon Greenwood
save() method but haven't tested it yet. > > The urlpattern for this is: > > (r'^profiles/edit/$', 'profiles.views.edit_profile', { "form_class": > UserProfileForm }, "profile_edit_profile") > > I can draw an instance of the form

django-profile instance data on custom form

2009-03-12 Thread simong
_class": UserProfileForm }, "profile_edit_profile") I can draw an instance of the form using django-profile's profile_edit_profile view but this is not currently populating the form with existing profile data. Following the django-profile docs, I have created an __init__ function

Re: django-registration & django-profile together

2009-02-11 Thread Mike Ramirez
On Wednesday 11 February 2009 02:13:53 pm Alex Rades wrote: > On Wed, Feb 11, 2009 at 10:43 PM, Mike Ramirez wrote: > > I don't know about django-profiles, but django-registration provides a > > couple signals, user_registered and user_activated. By connecting a > > handler to either one of these

Re: django-registration & django-profile together

2009-02-11 Thread Mike Ramirez
On Wednesday 11 February 2009 02:13:53 pm Alex Rades wrote: > On Wed, Feb 11, 2009 at 10:43 PM, Mike Ramirez wrote: > > I don't know about django-profiles, but django-registration provides a > > couple signals, user_registered and user_activated. By connecting a > > handler to either one of these

Re: django-registration & django-profile together

2009-02-11 Thread Alex Rades
On Wed, Feb 11, 2009 at 10:43 PM, Mike Ramirez wrote: > I don't know about django-profiles, but django-registration provides a couple > signals, user_registered and user_activated. By connecting a handler to > either one of these singals you can redirect the users to the profile form > page. > >

Re: django-registration & django-profile together

2009-02-11 Thread Mike Ramirez
On Wednesday 11 February 2009 01:19:14 pm Alex Rades wrote: > It's "django-profiles" not "django-profile" > > On Wed, Feb 11, 2009 at 10:15 PM, Alex Rades wrote: > > Hi, > > I'm developing a site using django-registration and I'm pretty ha

Re: django-registration & django-profile together

2009-02-11 Thread Alex Rades
It's "django-profiles" not "django-profile" On Wed, Feb 11, 2009 at 10:15 PM, Alex Rades wrote: > Hi, > I'm developing a site using django-registration and I'm pretty happy > with it. Now, I need to attach a profile to each user, with some > addi

django-registration & django-profile together

2009-02-11 Thread Alex Rades
Hi, I'm developing a site using django-registration and I'm pretty happy with it. Now, I need to attach a profile to each user, with some additional information. I've set up django-profiles and... works OK too :) What I'd like to do now is to "force" a new user to fill his profile. Is there any f