Remove Fabric "replace_env" setting
This commit is contained in:
parent
fc13ee348e
commit
3a64e1b6a2
2 changed files with 3 additions and 3 deletions
|
|
@ -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
3
fabfile.py
vendored
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue