diff --git a/commerce/settings.py b/commerce/settings.py index f3c9514..479aa4a 100644 --- a/commerce/settings.py +++ b/commerce/settings.py @@ -23,9 +23,10 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = '6ps8j!crjgrxt34cqbqn7x&b3y%(fny8k8nh21+qa)%ws3fh!q' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False + +ALLOWED_HOSTS = ['auctions-system.herokuapp.com'] -ALLOWED_HOSTS = [] # Application definition @@ -134,4 +135,4 @@ STATICFILES_STORAGE = 'storages.backends.azure_storage.AzureStorage' DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage' AZURE_ACCOUNT_NAME = 'auctionimages' AZURE_ACCOUNT_KEY = '3W/fel22r8ExgQMDr8KOxxklp80/slPtAznb+G1Hkq0DWuX2bOIXnQMpgmU/BIJdIWnbDsgMr2SbC5l9qfJJ6g==' -AZURE_CONTAINER = 'media' \ No newline at end of file +AZURE_CONTAINER = 'media'