What is the difference bulk_update() and update() in django queryset.

2021-08-11 Thread Am bition
What is the difference bulk_update() and update() in django queryset. -- 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.

Re: Need Help In My Project (URGENT)

2020-04-24 Thread AM
Hello Raghav. You need to be more specific about your problem and the help you need. Not many would like to help you flout the lockdown rules and get you to your training institution. On Thursday, April 23, 2020 at 12:06:35 PM UTC+12, raghav wrote: > > > My name is Raghav and I am a f

Meeting scheduling package

2018-10-22 Thread Am Stat
Hi there, I'd like to to create a meeting scheduling web app so users can send a private meeting invitation to other users, recipients can either accept or reject a meeting invite. Originator can edit or cancel the meeting after it was accepted, etc., some basic functions. I don't want to rei

How to limit the format of django-rest-framework-api uploading(post method)

2018-04-30 Thread Majid Am
In fact, I need your help to limit the my api to upload I only need Jason and excel formats(csv,xls,xlsl) on the server-side, but I did not find any code for that. The second question is, what methods should I use to authenticate the user? Here's a link