I had the same problem. To fix it I used Python 3.6 and Django 2.1.
On Friday, July 19, 2019 at 7:37:06 AM UTC-5, Anchal Agarwal wrote: > > Hello Django users, > i am trying to deploy my django on AWS > I am following this > https://medium.com/@charlesthk/deploy-nginx-django-uwsgi-on-aws-ec2-amazon-linux-517a683163c6 > Everything was going right but when i run python manage.py migrate , it's > giving me this error > django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is > required (found 3.7.17). > how can i resolve this? > Please help me > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e97746fc-9be2-4cfa-81b7-fe57bb143847%40googlegroups.com.

