diff --git a/ROLLING OVER.md b/ROLLING OVER.md index 32a58fd4..b9448428 100644 --- a/ROLLING OVER.md +++ b/ROLLING OVER.md @@ -101,6 +101,9 @@ delete from auth_user where is_staff = 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. Find and update all uses of 2026 and the conference dates in this codebase. diff --git a/fabfile.py b/fabfile.py index 1873cbb2..95416479 100644 --- a/fabfile.py +++ b/fabfile.py @@ -75,10 +75,7 @@ ns.configure({ # Built-in Fabric config. 'run': { 'echo': True, - # Needed so local commands work. Can also use FABRIC_RUN_REPLACE_ENV. - 'replace_env': False, }, - # Our custom project config. 'env': { 'branch': 'fossy2026',