forked from HackAssistant/registration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac97afb
commit 1be46f6
Showing
12 changed files
with
12 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,7 @@ | |
# This description will be used on the html and sharing meta tags | ||
HACKATHON_DESCRIPTION = 'Join us for BarcelonaTech\'s hackathon. 700 hackers. 36h. October 11th-13th.' | ||
# Domain where application is deployed, can be set by env variable | ||
HACKATHON_DOMAIN = os.environ.get('DOMAIN', None) | ||
HEROKU_APP_NAME = os.environ.get('HEROKU_APP_NAME', None) | ||
if HEROKU_APP_NAME and not HACKATHON_DOMAIN: | ||
HACKATHON_DOMAIN = '%s.herokuapp.com' % HEROKU_APP_NAME | ||
elif not HACKATHON_DOMAIN: | ||
HACKATHON_DOMAIN = 'localhost:8000' | ||
HACKATHON_DOMAIN = os.environ.get('DOMAIN', 'localhost:8000') | ||
# Hackathon contact email: where should all hackers contact you. It will also be used as a sender for all emails | ||
HACKATHON_CONTACT_EMAIL = '[email protected]' | ||
# Hackathon logo url, will be used on all emails | ||
|
@@ -111,5 +106,3 @@ | |
|
||
# Enable dubious separate pipeline (disabled by default) | ||
DUBIOUS_ENABLED = True | ||
|
||
SUPPORTED_RESUME_EXTENSIONS = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters