forked from gitcoinco/web
-
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.
Merge pull request gitcoinco#5093 from gitcoinco/kevin/profile-v2
Profile v2 MVP
- Loading branch information
Showing
72 changed files
with
2,765 additions
and
938 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 |
---|---|---|
|
@@ -43,6 +43,7 @@ | |
IS_DEBUG_ENV = ENV in DEBUG_ENVS | ||
HOSTNAME = env('HOSTNAME', default=socket.gethostname()) | ||
BASE_URL = env('BASE_URL', default='http://localhost:8000/') | ||
OVERRIDE_NETWORK = env('OVERRIDE_NETWORK', default=None) | ||
SECRET_KEY = env('SECRET_KEY', default='YOUR-SupEr-SecRet-KeY') | ||
ADMINS = (env.tuple('ADMINS', default=('TODO', '[email protected]'))) | ||
BASE_DIR = root() | ||
|
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
Oops, something went wrong.