Update CONFERENCE_ID for 2025

This commit is contained in:
Ben Sturmfels 2025-02-14 16:56:02 +11:00
parent 5bf63fe046
commit 0c18a614cb
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 2 additions and 2 deletions

2
fabfile.py vendored
View file

@ -75,7 +75,7 @@ ns.configure({
# Our custom project config.
'env': {
'branch': 'fossy2024',
'branch': 'fossy2025',
'app_user': 'www-data',
'db_name': 'symposion',
'project_dir': '/srv/symposion_app',

View file

@ -369,7 +369,7 @@ AUTHENTICATION_BACKENDS = [
LOGIN_URL = '/account/login/'
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
CONFERENCE_ID = 3
CONFERENCE_ID = 4
PROPOSAL_FORMS = {
"ai-and-machine-learning": "pinaxcon.proposals.forms.AIAndMachineLearningProposalForm",
"diversity-equity-and-inclusion": "pinaxcon.proposals.forms.DiversityEquityAndInclusionProposalForm",