user profile in Django

2021-06-27 Thread Samir Areh
Hello I'm new to django. i want to create a user profile. I want to know the best way to do this. thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django

Re: Including DetailView context in ListView page in the Order history page using Django

2018-07-15 Thread Samir Tendulkar
Thanks I realized I made a mistake there. I changed the models to from Cjarfield to product = models.ForeignKey(Product, on_delete=models.CASCADE) Still stuck on the view On Sat, Jul 14, 2018 at 3:55 PM, Simon McConnell wrote: > item.product.image from your template points to nothing. Product i

Including DetailView context in ListView page in the Order history page using Django

2018-07-14 Thread Samir Tendulkar
https://stackoverflow.com/questions/51341215/including-detailview-context-in-listview-page-in-the-order-history-page-using-dj Hi Djangonauts, I would like to add some Order details(DetailView) in the Order history page(ListView), See image example below ( I have made the image on photoshop).

phonebook

2010-08-18 Thread samir
hi i wanna write phonebook with django . i wrote some thing but i have problem with views.py . can you intreduce sample of phonebook project to me ? tanx -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: Where to I need to install the Python database bindings?

2008-12-15 Thread Samir van de Sand
t 9:13 AM, Samir van de Sand < > samir@googlemail.com> wrote: > >> Hello everyone, >> >> I know this is am embarrassing question but I have to ask: Given that >> django is running on one machine and the database is running on another >> machine, where do I

Where to I need to install the Python database bindings?

2008-12-15 Thread Samir van de Sand
Hello everyone, I know this is am embarrassing question but I have to ask: Given that django is running on one machine and the database is running on another machine, where do I have install the python database bindings? I presume on the machine where django is running? regards Samir