You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to save an audiofile to my 'Music' model.
I have just installed django-audiofield (0.10.0)
I'm using MVSC 2019 version 4.8.03752 on Windows 10
Python 3.8 Django 3.1.5
Executing manage.py check
SystemCheckError: System check identified some issues:
ERRORS:
audiofield.AudioFile: (auth.E005) The permission codenamed 'view_audiofile' clashes with a builtin permission for model 'audiofield.AudioFile'.
System check identified 1 issue (0 silenced).
The interactive Python process has exited.
I have tried to locate the source of the error, but am unable to.
I have also tried to locate the source by commenting out the settings, model and admin updates - to no avail.
There seems to be no other option than to uninstall the django-audiofield package . :-(
I have error:
The permission codenamed 'view_audiofile' clashes with a builtin permission for model 'audiofield.AudioFile'
i tried this solution
344ff9c
but doesnt work... always this error ;/
The text was updated successfully, but these errors were encountered: