Add recordist to allow correct and distinct filenames

  • add recordist to data model & migration

  • allows correct and distinct filename creation in upload2commons.py

Please, close your python server, then run :

git pull
python3 -m venv .venv
source .venv/bin/activate && python manage.py shell -c "from upload_batches.models import UploadBatch, Recording; print('UploadBatch fields:'); print([f.name for f in UploadBatch._meta.get_fields()]); print('\nRecording fields:'); print([f.name for f in Recording._meta.get_fields()])"
python3 manage.py runserver 8080

If erroring, share that error with an coding LLM.

Edited by Yug

Merge request reports

Loading