Skip to content

v2.0

Compare
Choose a tag to compare
@Kwpolska Kwpolska released this 18 Feb 19:33
· 15 commits to master since this release
v2.0
21864d6

Use a separate /srv/myapp/venv directory instead of making /srv/myapp a venv. This helps with in-place Python upgrades. Virtual environments should be considered ephemeral, so they are easy to recreate with 2 commands in under 10 minutes. This change helps with that (previously, deleting the venv required manually identifying its files.)