-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notes: * Still unclear how we should handle secret information such as keys and tokens. * app.wsgi better be renamed to app.py * In GAE, we would have to use memcached, so Redis must be changed. * For https, certificates will have to be handled differently :/ So we still can't just migrate to GAE, but this is a start, so I will commit, and keep it. refs #37
- Loading branch information
Showing
6 changed files
with
1,620 additions
and
1,004 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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import vendor | ||
vendor.add('lib') |
Oops, something went wrong.