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

update ALLOWED_HOSTS

parent d02d5a57
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,6 @@ DEBUG = os.environ.get('DEBUG', False) ...@@ -9,6 +9,6 @@ DEBUG = os.environ.get('DEBUG', False)
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'florimondmanca.pythonanywhere.com', 'florimondmanca.pythonanywhere.com',
'localhost', 'localhost',
'oser-backend-production.herokuapp.com', 'oser-backend.herokuapp.com',
'oser-cs.fr', 'oser-cs.fr',
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment