31👍
✅
last_login
field changed in django 1.8. Just run the migrations
python manage.py migrate
3👍
Same issue, Had to run python manage.py migrate --fake
and then python manage.py migrate
and it worked perfectly.
-1👍
In the app folder there is migration folder.. remove all files from it just keep pycache folder and init.py
then execute python manage.py migrate and then python manage.py makemigrations ..
simply we are removing the older migrations and migrating them again
- Django generate csv file on view and download
- Docker-compose to run django with mongodb
- Gunicorn with max-request limit blocks on high load
- Nested Serializer not showing up
Source:stackexchange.com