Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-13 Thread Satyajit Barik
Show me your cart item code On Tue, 13 Apr, 2021, 5:32 am Nijo Joseph, wrote: > Dear all, > > Seems interesting, reading from different tables is not a big deal just > use whatever models from any app and import into the views and run your > query. I have my own full fledged app not very good i

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-12 Thread Nijo Joseph
Dear all, Seems interesting, reading from different tables is not a big deal just use whatever models from any app and import into the views and run your query. I have my own full fledged app not very good in design but it really works and have used in some supermarkets and still continuing in so

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-03 Thread Kasper Laudrup
On 03/04/2021 01.15, ANSHIT RANSINGH wrote: > I am unable to do so. Please help me with the issue.  > If you want someone to help you, learn how to ask a question. Something like this might be a good start: https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd How do

Need help in django ecommerce website to simply read a variable from different apps

2021-04-03 Thread ANSHIT RANSINGH
Hi, I am creating a Django e-commerce website in which I have created multiple apps. I have a cart app which is for managing the cart. In addition to that I have another orders app which manages the orders. For payment integration I want to read the final price amount in orders app which is pres