Manoj datt
Manoj datt
Can any one please help me to fix this issue ?
I have to change it to. ceil(spectrogram.shape[1] / gridSize) * gridSize ==> spectrogram.shape[1]
I have fixed and updated code over django2 branch.
Install latest from : > pip install git+https://github.com/sainipray/djadmin.git@django2 And add this in your admin. ``` from django.contrib.auth.admin import GroupAdmin from django.contrib.auth.models import Group class CustomGroupAdmin(GroupAdmin): def formfield_for_manytomany(self, db_field, request=None, **kwargs):...
Is there any way to specify the date format that parser should only understand, Like it should consider only DD/MM/YYYY but not MM/DD/YYYY ?