Documentation update for VSCode & django

This commit is contained in:
Philip Sargent
2021-03-17 22:30:52 +00:00
parent accb4bcd8e
commit 1c47d3ab18
2 changed files with 9 additions and 4 deletions

View File

@@ -55,7 +55,11 @@
source bin/activate<br />
python --version<br />
cd troggle<br />
python manage.py test -v 3</var>
django-admin<br />
python manage.py<br />
python manage.py validate -v 3 --traceback<br />
django-admin check <br />
python manage.py test -v 3 --traceback</var>
<li>Use the <em>highest release number</em> when upgrading between minor-versions of django. <br />So we went from 1.8.19 to 1.9.13 to 1.10.8 to 1.11.29 . Next will be 2.0.13, then 2.1.15 and then 2.2.15 .
<li>Use the django 'check' maintenance system at the most verbose setting at each release<br />
<var>troggle$ python manage.py check -v 3 --deploy</var><br>