Add a simplified landing page for the case where billing is disabled

This commit is contained in:
Joseph Schorr 2014-04-06 14:48:58 -04:00
parent badf002e92
commit 6e2b8d96b8
6 changed files with 271 additions and 151 deletions

View file

@ -118,6 +118,9 @@ class DefaultConfig(object):
# Feature Flag: Whether GitHub login is supported.
FEATURE_GITHUB_LOGIN = False
# Feature Flag: The logo for the enterprise.
FEATURE_ENTERPRISE_LOGO_URL = 'http://img2.wikia.nocookie.net/__cb20130328225038/logopedia/images/c/c8/Spotify_logo_detail.png'
class FakeTransaction(object):
def __enter__(self):