Hello,
Looking at previous forum responses, I think I'm on an out of date image. When I run a web app using the latest version of Django (3.1.6), I get the following exception:
django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (
found 3.8.2)
Running SQLite3 --version
gives:
3.8.2 2013-12-06 14:53:30
It might also be relevant that the latest version of Python I have is 3.6.
Please can I be upgraded to the latest image? Thanks.