Hi,
I was playing about with my webapp and I installed django rest framework.
It seems to have upgraded some files as the webapp isn't loading anymore. The error I get is:
*> python3.6/site-packages/django/db/backends/sqlite3/base.py", line 65,
in check_sqlite_version 2020-04-23 03:53:40,508: raise ImproperlyConfigured('SQLite 3.8.3 or later is required (found %s).' % Database.sqlite_version)*
I read that to upgrade the SQLite database I need to ask you to move to a newer server image?
The django version I'm running is 1.11.5. I would like to upgrade that as well. Will this new server image take care of that? What versions will it upgrade to?
I suppose I'd have to go through my django code and make sure the style changes between django 1.11 and whatever the new version is have been made?
Obviously, my files will remain unchanged during this process?
Thanks, Andy