mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-04-02 11:31:03 +01:00
More emphasis and explanation and links
This commit is contained in:
@@ -30,13 +30,21 @@ The loser repo and expoweb repo need more care in migration (expoweb is the webs
|
||||
<p>
|
||||
Similarly expoweb is full of bloat from fat images and surveys and one 82MB thesis that got checked in and then removed. Clearing that out is a good idea. I have a set of 'unused fat blob' lists which can be stripped out with git-gilter. It's not hard to make a 'do the conversion' script, ready for sometime after expo 2019 has calmed down.
|
||||
|
||||
<h4>April 2020</h4>
|
||||
<h4>April/May 2020 and django versions</h4>
|
||||
<p>
|
||||
Wookey has now moved 'expoweb' from mercurial to git largely "as-is" and will to use the git tools to patch up the history and to remove redundancies, rather than the original plan to tidy them up "at the time of conversion". Mark Shinwell is working on loser.
|
||||
<p>Sam continues to work on upgrading django from v1.7 . We are using python 2.7.17 and while we <a href="https://docs.djangoproject.com/en/1.10/topics/python3/">could upgrade</a> to Python v3 using the same version (1.7) of django, we would rather upgrade django as much as possible first before we tackle that. Old versions of django have unpatched security issues.
|
||||
<p> "Django 1.11 is the last version to support Python 2.7. Support for Python 2.7 and Django 1.11 ends in 2020." see: <a href="https://docs.djangoproject.com/en/3.0/faq/install/">django versions</a>.
|
||||
<p>Ubuntu 20.04 came out on 23rd April but it does not support python2 at all. So we cannot use it for software maintenance.
|
||||
<p>
|
||||
<p>For a table displaying the various versions of django and support expiry dates
|
||||
see <a href="https://www.djangoproject.com/download/">the django download</a> page.
|
||||
Django 1.7 expired in December 2015.
|
||||
Django: <a href="">full deprecation timeline</a>.</p>
|
||||
<p>Ideally we should upgrade from django 1.7 to django 1.11, then port from python2 to python3 on
|
||||
the same version of django,
|
||||
then upgrade to as recent a version of django as we can.
|
||||
</p>
|
||||
<p>
|
||||
Enforced time at home is giving us a new impetus to writing and restructuring the documentation for everything.
|
||||
<hr />
|
||||
Go on to: <a href="trogmanual.html">Troggle maintenance manual</a><br />
|
||||
|
||||
Reference in New Issue
Block a user