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 PM, Piotr Zalewa <zal...@gmail.com
<mailto:zal...@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 <zal...@gmail.com
        <mailto:zal...@gmail.com>
        <mailto:zal...@gmail.com <mailto:zal...@gmail.com>>> 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
        django-users@googlegroups.com <mailto:django-users@googlegroups.com>
        <mailto:django-users@__googlegroups.com
        <mailto:django-users@googlegroups.com>>.

            To unsubscribe from this group, send email to
            django-users+unsubscribe@__goo__glegroups.com
        <http://googlegroups.com>
        <mailto:django-users%__2bunsubscr...@googlegroups.com
        <mailto:django-users%252bunsubscr...@googlegroups.com>__>.

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

Reply via email to