Skip to content

Commit

Permalink
contrihub: settings: Parse prjects from new ContriHUB-23
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Oct 4, 2023
1 parent b347d0b commit d545bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrihub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
EMAIL_USE_TLS = config('EMAIL_USE_TLS', default=True, cast=bool)
EMAIL_USE_SSL = config('EMAIL_USE_SSL', default=False, cast=bool)

AVAILABLE_PROJECTS = config('AVAILABLE_PROJECTS', default="ContriHUB-22",
AVAILABLE_PROJECTS = config('AVAILABLE_PROJECTS', default="ContriHUB-23",
cast=lambda v: [s.strip() for s in v.split(',')])
LABEL_MENTOR = config('LABEL_MENTOR', default="mentor")
LABEL_LEVEL = config('LABEL_LEVEL', default="level")
Expand Down

0 comments on commit d545bde

Please sign in to comment.