diff --git a/learn.json b/learn.json index e4904b1ce2..02a0da216e 100644 --- a/learn.json +++ b/learn.json @@ -4,8 +4,8 @@ "es": "Plantilla de WebApp con React JS y Flask API" }, "description": { - "en": "Build web applications using React.js for the front end and python/flask for your backend API.", - "es": "Construye aplicaciones web usando React.js para el front end y python/flask para tu API backend." + "us": "Build web applications effortlessly with our React.js and Flask API boilerplate. Learn to deploy in minutes—discover the template now!", + "es": "Crea aplicaciones web sin esfuerzo con nuestro boilerplate de React.js y Flask API. Aprende a desplegar en minutos—¡descubre la plantilla ahora!" }, "slug": "react-flask-webapp-template", "difficulty": "intermediate", diff --git a/render_build.sh b/render_build.sh index 404821a383..c4c529f6e0 100644 --- a/render_build.sh +++ b/render_build.sh @@ -4,7 +4,8 @@ set -o errexit npm install npm run build - +pip install pipenv +pip install tomli pipenv install pipenv run upgrade