Add org select and manage pages

This commit is contained in:
Ken Tsang
2017-07-28 15:17:50 +01:00
parent 6e1bcb8405
commit 005c8b53d7
15 changed files with 585 additions and 42 deletions

View File

@@ -96,7 +96,7 @@ class Development(Config):
SESSION_PROTECTION = None
STATSD_ENABLED = False
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
LOGO_UPLOAD_BUCKET_NAME = 'development-notifications-logo-upload'
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-tools'
class Test(Development):