Python(Back-End) Engineer

2023-02-24 Thread Benjamin Telford
I am a Senior Back-End Engineer who has 8+ years experience in web development including python(Django, Flask, FastAPI), Docker, CI/CD, AWS etc. - Backend: Python, Django, Flask, FastAPI - Frontend: React.js/React-Native, Vue, Angular, Swift - Desktop: C/C++, Java, Shell - Cloud Service:

I need a job as a front end developer

2023-02-24 Thread kat...@gmail.com
Hello group, I'm a web and mobile developer with 7 years of experience in Vue.js, Nuxt, Ionic, Capacitor, SQL and Firebase. I'm available for both in person and remote work. Any job reference will be highly appreciated. Thank you, Joshua Kato Tel: +256 752567534 -- You received this message

How to write query user between dates no leaves?

2023-02-24 Thread Prashanth Patelc
How to write orm query? User don't have any leave between two dates in django ? leave_data = EmployeeLeaves.objects.filter(~Q(approval_status='Approved'),~Q(approval_status='Cancelled'),~Q(approval_status='Rejected'), from_date__gte=month_first_date, to_date__lte=month_last_day,

drf serializers

2023-02-24 Thread Chelsea Fan
how to count manytomany field items in serializers.py? -- 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-users+unsubscr...@googlegroups.com. To view this

How to retrieve the latest object added (new one) in Django models and display it in the template?

2023-02-24 Thread Byansi Samuel
Hey everyone, l got a problem. Am trying to retrieve a single latest object added everytime, and display it in the template. Below is my codes but; Help me figure it out the source of the problem in these different instances below  ___ issue number 1___