Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Python 3 #18

Open
samsmith opened this issue May 17, 2019 · 3 comments
Open

Upgrade to Python 3 #18

samsmith opened this issue May 17, 2019 · 3 comments

Comments

@samsmith
Copy link
Contributor

dependency wsgiref is incompatible with python 3. Alternates seem to be available, possibly in the py3 core library

@davidmiller davidmiller changed the title python3 Upgrade to Python 3 Jul 1, 2019
@davidmiller
Copy link
Member

If we're planning to keep this around, it's worth doing the housekeeping to upgrade Python, Django etc to latest versions. Lots are now quite old / unsupported. Should be straightforward, the app doesn't do anything clever.

  • Python 3.x
  • Django latest (Incl. convert migrations)
  • As a minimum address things with security alerts
  • Make sure heroku deployments definitely still work (stop pinning them at 2.x)

@davidmiller davidmiller added this to the Sprint July 19 milestone Jul 1, 2019
@samsmith
Copy link
Contributor Author

samsmith commented Jul 1, 2019 via email

@davidmiller davidmiller added this to To do in Sprint July 19 Jul 2, 2019
@fredkingham
Copy link
Contributor

I'm afraid none of the above was done. Requirements were just pinned. As it was

a) a pain
b) upgrading an application is not what anyone wants to do at a hackday as you don't get anything to show for it at the end, which is kind of the point of the whole hackday setup.

Much more suited to a sunny Wednesday morning.

@davidmiller davidmiller moved this from To do to In progress in Sprint July 19 Jul 3, 2019
@fredkingham fredkingham moved this from In progress to Done in Sprint July 19 Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants