Customize serializer errors with incorrect data

2022-08-02 Thread Sencer Hamarat
Hi, I found a way to customize error messages of the serializer by adding extra_kwargs into the serializer meta class. But, I'm wishing to render custom serializer errors with the incorrect data. For example: class CreateUserSerializer(serializer.ModelSerializer): class Meta: model =

Re: Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-02 Thread lone...@gmail.com
I found: https://pypi.org/project/icalendar/. Are there any others out there? On Tuesday, August 2, 2022 at 10:41:44 AM UTC-4 Ryan Nowakowski wrote: > The standard is called iCal. There are a few different python libraries to > choose from. > > > On August 1, 2022 2:51:34 PM CDT, "lone...@gmai

Re: Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-02 Thread Ryan Nowakowski
The standard is called iCal. There are a few different python libraries to choose from. On August 1, 2022 2:51:34 PM CDT, "lone...@gmail.com" wrote: >Hello all, > > I want to generate calendar files for both Android and iPhone. I do >not want to connect to the Google or Apple APIs to do t