haris989 / MyAwesomeCart

A Django E commerce website
72 stars 112 forks source link

added login and signup system #8

Open itsmems007 opened 4 years ago

itsmems007 commented 4 years ago

i have created a login and signup system in this website and a fuctionality when the user is click on checkout it will redirected to login page and after the successfull login the user will continue the checkout.

sahila1411998 commented 4 years ago

I have used your code account login .but the URL is not responding.will you please help me out of this thing

itsmems007 commented 4 years ago

but in my system the login and signup is working fine.

On Tue, 13 Oct, 2020, 07:37 sahila1411998, notifications@github.com wrote:

I have used your code account login .but the URL is not responding.will you please help me out of this thing

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/haris989/MyAwesomeCart/pull/8#issuecomment-707439279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQK6GE46LPYOYN3LSAIZA4DSKOY43ANCNFSM4PWPYBUA .

sahila1411998 commented 4 years ago

I have downloaded the source code from GitHub In pycharm .what have you done ...like while runserver in the checkout section I can't place order.hence ,I am getting valueError

sahila1411998 commented 4 years ago

![Uploading IMG_20201010_175727.jpg…]()

itsmems007 commented 4 years ago

change the merchant id

On Tue, 13 Oct, 2020, 08:47 sahila1411998, notifications@github.com wrote:

I have downloaded the source code from GitHub In pycharm .what have you done ...like while runserver in the checkout section I can't place order.hence ,I am getting valueError

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/haris989/MyAwesomeCart/pull/8#issuecomment-707458208, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQK6GEZUPDP7L5YU5XFI24TSKPBDDANCNFSM4PWPYBUA .

sahila1411998 commented 4 years ago

Thank u sir for your reply.and spending your valuable time to reply me.

On Tue, 13 Oct 2020, 8:48 am Mohit Saxena, notifications@github.com wrote:

change the merchant id

On Tue, 13 Oct, 2020, 08:47 sahila1411998, notifications@github.com wrote:

I have downloaded the source code from GitHub In pycharm .what have you done ...like while runserver in the checkout section I can't place order.hence ,I am getting valueError

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/haris989/MyAwesomeCart/pull/8#issuecomment-707458208 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AQK6GEZUPDP7L5YU5XFI24TSKPBDDANCNFSM4PWPYBUA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/haris989/MyAwesomeCart/pull/8#issuecomment-707458669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6DWQXGAHMEL3YKU7NTAVLSKPBJBANCNFSM4PWPYBUA .

sahila1411998 commented 4 years ago

Good evening sir; In views.py I am getting a warning as unresolved attribute reference 'objects' for class product, orders and orders update and local variable response might be referenced before assignment.

sahila1411998 commented 3 years ago

Good evening sir, /accounts/login You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 127.0.0.1:8000/accounts/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings. please help me sir , I have tried the settings option also