From caaad25dd4e10d0b72d7e13d13043cd7fd09858c Mon Sep 17 00:00:00 2001 From: Ronyell Henrique dos Santos Date: Thu, 7 Sep 2017 22:55:30 -0300 Subject: [PATCH] #9 - Modifying Procfile. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 60a86b9..d3a629e 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: gunicorn djangobasico.wsgi --log-file - -python manage.py makemigrations && python manage.py migrate +python3 EmbelezaMais/manage.py makemigrations && python3 EmbelezaMais/manage.py migrate