Employee Recognition Portal in Django

2020-10-06 Thread Kumar Gaurav
Hii All, I have a build an Employee Recognition Portal for a company , where any employee can recognize any other employee and everyone can see the post and parallelly like and comment on the post. Recognition could be a vote of thanks, good work, badge, achievements etc. If somebody has a

Re: Employee Recognition Portal in Django

2020-10-06 Thread Kasper Laudrup
Hi Kumar, On 06/10/2020 08.01, Kumar Gaurav wrote: Hii All, I have a build an Employee Recognition Portal for a company , where any employee can recognize any other employee and everyone can see the post and parallelly like and comment on the post. Recognition could be a vote of thanks, good

Re: Employee Recognition Portal in Django

2020-10-06 Thread Alongkorn Jeeradit
Hi Kimar You’ve done the great job. and can be apply to the real world. Thanks On Tue, Oct 6, 2563 BE at 8:48 PM Kasper Laudrup wrote: > Hi Kumar, > > > > On 06/10/2020 08.01, Kumar Gaurav wrote: > > > Hii All, > > > > > > I have a build an Employee Recognition Portal for a company , where any

Re: Employee Recognition Portal in Django

2020-10-06 Thread Kasper Laudrup
Hi Alongkorn, On 06/10/2020 15.53, Alongkorn Jeeradit wrote: Hi Kimar You’ve done the great job. and can be apply to the real world. I'm sure Kumar has done a great job, but do you know where we can see it? I might have missed something. Thanks. Kind regards, Kasper Laudrup -- You recei

Re: Employee Recognition Portal in Django

2020-10-06 Thread Abhijeet Pustake
Hi Gaurav, Can you share the repo for this also where you are stuck with it? Warm Regards, Abhijeet Pustake On Tue, 6 Oct 2020 at 19:03, Kumar Gaurav wrote: > Hii All, > > I have a build an Employee Recognition Portal for a company , where any > employee can recognize any other employee and ev

Re: Django queryset filtering

2020-10-06 Thread mtp...@gmail.com
Thanks guys this was very useful On Friday, June 26, 2020 at 6:27:23 PM UTC+3 Dan Madere wrote: > I'd make two queries. One to see which businesses currently have active > licenses, then a second to get the expired licenses, excluding the > businesses from the first query. Here's some example

Django learning source

2020-10-06 Thread the_master
Hello, Do you know which learning source is better? Learning Django from online tutorials or directly from the Django documentation ?😁😁 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: Django learning source

2020-10-06 Thread the_master
BTW, I am still a complete beginner I only know python, I don't know javascript, html, css On Wednesday, October 7, 2020 at 7:09:18 AM UTC+7 the_master wrote: > Hello, Do you know which learning source is better? Learning Django from > online tutorials or directly from the Django documentation

Best places to learn Software Engineering

2020-10-06 Thread Samuel Nogueira
Hi guys!  I know that this group is only for django but I don't have anywhere else to ask this question, I hope some of you can help me. This semester,   I’m having an introductory subject of software engineering in my course and  I am dissatisfied with how the subject is being taught. Because of t

RES: Django learning source

2020-10-06 Thread Samuel Nogueira
The materials provided by Django are pretty straight forward. Since you are a complete beginner try to start from there, and then if you want to practice more try to find a vídeo tutorial of a complete web application using django. ---

Customer premissions based on Membership plan

2020-10-06 Thread Mayank Tripathi
Hi All, I am working on hands-on Django web application, and for this i have to provide access to some videos; products based on the Customer Membership plan. Like if a Customer is in Basic Plan, then allow only to view 10 videos or so.. and for Permium Customer, no limit. For such type of req