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 <[email protected] > 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 <[email protected]> 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 <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> On 06/21/11 14:15, Satyajit Sarangi wrote: >>> >>> >>> https://bitbucket.org/__**ubernostrum/django-__**registration<https://bitbucket.org/__ubernostrum/django-__registration> >>> >>> <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/> >>> >>> <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 [email protected] >>> <mailto:django-users@**googlegroups.com<[email protected]> >>> >. >>> >>> To unsubscribe from this group, send email to >>> django-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> >>> >>> <mailto:django-users%**[email protected]<django-users%[email protected]> >>> **>. >>> >>> For more options, visit this group at >>> >>> http://groups.google.com/__**group/django-users?hl=en<http://groups.google.com/__group/django-users?hl=en> >>> >>> <http://groups.google.com/**group/django-users?hl=en<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 [email protected]. >>> To unsubscribe from this group, send email to >>> django-users+unsubscribe@**googlegroups.com<django-users%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/**group/django-users?hl=en<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 [email protected]. >> To unsubscribe from this group, send email to django-users+unsubscribe@** >> googlegroups.com <django-users%[email protected]>. >> For more options, visit this group at http://groups.google.com/** >> group/django-users?hl=en<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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

