Tuesday, June 21, 2011

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

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 <writetosatyajit@gmail.com> wrote:
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 <zaloon@gmail.com> 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 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://dpaste.com/556954/

This is my urls.py
http://dpaste.com/556955/

On Tue, Jun 21, 2011 at 7:14 PM, Piotr Zalewa <zaloon@gmail.com
<mailto:zaloon@gmail.com>> wrote:

   On 06/21/11 14:15, Satyajit Sarangi wrote:

       https://bitbucket.org/__ubernostrum/django-__registration
       <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/
       <https://bitbucket.org/ubernostrum/django-profiles/>
       for user profile .


   Recent commits were done 2 years ago.
   Which version of Django do you use?



       Now , this produces a conflict in urls.py and also settings.py
       file .


   Would you provide any errors?


       How to resolve it . What changes needs to be done with urls.py and
       settings.py so that , when a user logs in , he/she is redirected to
       the profile page .


   How your current urls.py and settings.py do look like?
   Please use some dpaste or similar sites.

   zalun


   --
   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
   <mailto:django-users@googlegroups.com>.

   To unsubscribe from this group, send email to
   django-users+unsubscribe@__googlegroups.com
   <mailto:django-users%2Bunsubscribe@googlegroups.com>. _Satyajit Sarangi_

--

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.
To unsubscribe from this group, send email to
django-users+unsubscribe@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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.




--
Satyajit Sarangi

--
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.
To unsubscribe from this group, send email to django-users+unsubscribe@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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment