DEENUU1 / DJANGO-ECOMMERCE-WEBSITE-WITH-API

🏪 It is a fully functional website for online sales. It was written in Django and uses the Django Rest Framework. It has many functionalities such as: writing product reviews, adding to the basket, payments via PayPal, writing messages, creating user accounts and many others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatic checking if the order has been paid in Django admin panel

DEENUU1 opened this issue · comments

commented

do you know signal in django?!
you can use this package for checking automatic and doing sth.

Done.
I had trouble testing this on a local server however I used ngrok.
And I disabled the csrf token for cart views because I couldn't use the ngrok server at that time