[Fixed]-Python: return int(value) ValueError: invalid literal for int() with base 10: ''

1👍

my problem is solved

i delete the migrations folder and I executed these commands

python manage.py showmigrations App

python manage.py migrate zero

python manage.py makemigrations

python manage.py migrate App and i run the App

Leave a comment