Skip to content
Snippets Groups Projects
Commit f43ebfcd authored by florimondmanca's avatar florimondmanca
Browse files

update ALLOWED_HOSTS

parent 091a2251
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,12 @@ from .dev import *
from aws.conf import *
DEBUG = os.environ.get('DEBUG', False)
ALLOWED_HOSTS = ['florimondmanca.pythonanywhere.com', 'localhost',
'oser-backend-production.herokuapp.com']
ALLOWED_HOSTS = [
'florimondmanca.pythonanywhere.com',
'localhost',
'oser-backend-production.herokuapp.com',
'oser-cs.fr',
]
# Activate automatic Heroku settings configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment