Remove Fabric "replace_env" setting

This commit is contained in:
Ben Sturmfels 2026-03-20 00:53:30 +11:00
parent fc13ee348e
commit 3a64e1b6a2
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 3 additions and 3 deletions

View file

@ -101,6 +101,9 @@ delete from auth_user where is_staff = false;
Set any remaining account `completed_registration` to false. Set any remaining account `completed_registration` to false.
# Step 5: Update conference details and dates
Add a new Conference entry in Django Admin and update the `CONFERENCE_ID` in pinaxcon/settings.py. Also update the conference dates. Add a new Conference entry in Django Admin and update the `CONFERENCE_ID` in pinaxcon/settings.py. Also update the conference dates.
Find and update all uses of 2026 and the conference dates in this codebase. Find and update all uses of 2026 and the conference dates in this codebase.

3
fabfile.py vendored
View file

@ -75,10 +75,7 @@ ns.configure({
# Built-in Fabric config. # Built-in Fabric config.
'run': { 'run': {
'echo': True, 'echo': True,
# Needed so local commands work. Can also use FABRIC_RUN_REPLACE_ENV.
'replace_env': False,
}, },
# Our custom project config. # Our custom project config.
'env': { 'env': {
'branch': 'fossy2026', 'branch': 'fossy2026',