From 13ef3682d6dd56ed981948b791af228531203e91 Mon Sep 17 00:00:00 2001 From: jaymzsocool Date: Fri, 7 Dec 2018 12:59:06 -0500 Subject: [PATCH] questions answered and links provided --- DeploymentExperiences.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DeploymentExperiences.md b/DeploymentExperiences.md index 83bb1f18..57d246dc 100644 --- a/DeploymentExperiences.md +++ b/DeploymentExperiences.md @@ -1,8 +1,10 @@ +project: https://github.com/LambdaSchool/Intro-Django/pull/155 +live: https://frozen-woodland-36370.herokuapp.com/api/ - Summarize the key steps in the deployment process. - - What went well? - - What challenges did you face? - - How far did you get? + - What went well? It's pretty straightforward, just follow the directions. + - What challenges did you face? I read on of the instructions wrong and was trying to import something from something else when I needed to just import the module itself + - How far did you get? I have deployed live. - We have utilized docs from several different projects over the course of this Sprint. - - Which docs did you think were the most helpful? - - Name one or two specific things about this resource that you think sets it apart from other docs you have referenced in the past. + - Which docs did you think were the most helpful? Hard to say, the doc that have been compiled by Lambda in out project. + - Name one or two specific things about this resource that you think sets it apart from other docs you have referenced in the past. The instructions made for day1-4 are concise and references other docs for more detailed information. What's better than a direct how to Django?