Changeset - ecfa3c1fce18
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 17 months ago 2023-04-18 12:55:12
ben@sturm.com.au
Change the CONFERENCE_ID
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -359,7 +359,7 @@ AUTHENTICATION_BACKENDS = [
 
LOGIN_URL = '/saml2/login/'
 
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
 

	
 
CONFERENCE_ID = 1
 
CONFERENCE_ID = 2
 
PROPOSAL_FORMS = {
 
    "talk": "pinaxcon.proposals.forms.TalkProposalForm",
 
    "tutorial": "pinaxcon.proposals.forms.TutorialProposalForm",
0 comments (0 inline, 0 general)