Re: Python-django project

2020-08-08 Thread learn code
Thank you all for your interest!!! On Fri, Aug 7, 2020 at 2:18 PM Anu Pande wrote: > Interested. > > On Fri, Aug 7, 2020, 21:09 hajar Benjat wrote: > >> Interested >> >> On Tue, Jul 21, 2020, 4:10 AM learn code wrote: >> >>> Hi everyone, >>

Python-django project

2020-07-20 Thread learn code
Hi everyone, I am learning python and django, like to work on the projects to improve more.If any one interested to join with me to work on the projects,plz send me a email. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: How to add a user ratings feature in djnago application?

2020-06-15 Thread learn code
Hi, Thank you!! On Mon, Jun 15, 2020, 6:27 PM Kelvin Sajere wrote: > > > On Tue, Jun 16, 2020 at 02:22 learn code wrote: > >> Hi, >> >> Thank you for your reply,sorry ,still I didn't understand how to add >> ratings. >> >> On Sat,

Re: How to add a user ratings feature in djnago application?

2020-06-15 Thread learn code
t;rating" field > > Every time a user rates a book no_of_reviews field would be incremented > and rating field would be updated. > > If you think I somehow missed the point then please let me know. > > On Sunday, June 14, 2020 at 12:37:05 AM UTC+5:30, learn code wrote: &

Re: How to add a user ratings feature in djnago application?

2020-06-13 Thread learn code
Thank you for your reply. Can you tell me more details how can I do that? On Sat, Jun 13, 2020, 12:21 PM Rupesh Dahal wrote: > You can save rating on database and show them with the help of JS. > > On Sun, Jun 14, 2020 at 12:52 AM learn code > wrote: > >> Hello Everyone,

How to add a user ratings feature in djnago application?

2020-06-13 Thread learn code
Hello Everyone, Can anyone tell me how to add a star rating feature in Django application? -- 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

Re: How to display calendar in django webapplication?

2020-06-11 Thread learn code
Thank you!!! On Thu, Jun 11, 2020, 6:18 AM Perceval Maturure wrote: > check this one too > https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html > > On Thu, Jun 11, 2020 at 2:05 AM learn code > wrote: > >> Thank you so much!!! >> >> On Wed, Ju

Re: How to display calendar in django webapplication?

2020-06-10 Thread learn code
Thank you so much!!! On Wed, Jun 10, 2020 at 2:46 PM Miracle wrote: > Check this project pinax calendars > https://github.com/pinax/pinax-calendars > > On Wed, 10 Jun 2020, 10:43 pm learn code, wrote: > >> Hi everyone, >> >> I'm working on a website. In that,

How to display calendar in django webapplication?

2020-06-10 Thread learn code
Hi everyone, I'm working on a website. In that, I need to display available dates and timings dynamically. Anyone knows please help me. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Multiple checkboxes are not working,it is showing selected choice isn't a valid choice.

2020-06-01 Thread learn code
Hello, I'm working on a application form it has multiple checkboxes,when I submit the form it is showing selected choice isn't a valid choice. If anyone knows how to use checkboxes in ModelForm plz help me. Models.py class Application(models.Model): STATE_CHOICES =(