Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

James McRae #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions DeploymentExperiences.md
Original file line number Diff line number Diff line change
@@ -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?