Praduman Goyal

Results 3 comments of Praduman Goyal

Try adding 'DEFAULT_PERMISSION_CLASSES': ( 'rest_framework.permissions.AllowAny', ), in REST_FRAMEWORK. It worked fine for me

I went through the code of `DatePicker` and what I found is that we can't directly produce the date with the just days and not time as, parsed data is...