We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10903bc commit 32babd3Copy full SHA for 32babd3
Procfile
@@ -1 +1 @@
1
-web:gunicorn C-Compiler-Code-Generation-CI-CD.wsgi
+web: gunicorn C-Compiler-Code-Generation-CI-CD.wsgi
codeGen/settings.py
@@ -25,7 +25,7 @@
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
27
28
-ALLOWED_HOSTS = ['127.0.0.1','compiler-ci-cd.herokuapp.com/']
+ALLOWED_HOSTS = ['127.0.0.1', 'compiler-ci-cd.herokuapp.com/']
29
30
31
# Application definition
0 commit comments