dbdb.io icon indicating copy to clipboard operation
dbdb.io copied to clipboard

Python version and Django version

Open pembo13 opened this issue 5 years ago • 4 comments

@apavlo wanted to confirm what version of Python you were using on the server. For some reason, I had this project in Python 3.4, which is deprecated, and wanted to be sure that that wasn't the version that you were using as well.

Also, should I upgrade to Django 3?

pembo13 avatar Jan 14 '20 06:01 pembo13

https://github.com/cmu-db/dbdb.io/tree/issue_68

pembo13 avatar Jan 14 '20 06:01 pembo13

We are using Python 3.5.2

How hard would it be to upgrade to Django 3?

apavlo avatar Jan 14 '20 10:01 apavlo

@apavlo

  1. updated Django to latest version (3.0.5)
  2. updated other requirements
  3. cleaned up HTML and Python code
  4. fixed test cases
  5. fixed Travis build

There's a one time need to do pip uninstall xapian-haystack as the released version is broken for Django 3.

Merge request created: https://github.com/cmu-db/dbdb.io/pull/69

pembo13 avatar Apr 17 '20 03:04 pembo13

Updated Django and Travis build

pembo13 avatar Jun 25 '20 14:06 pembo13