Update CONFERENCE_ID for 2025
This commit is contained in:
parent
5bf63fe046
commit
0c18a614cb
2 changed files with 2 additions and 2 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -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',
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue