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

Huthman King: Sprint - Django #285

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
4 changes: 4 additions & 0 deletions DeploymentExperiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
- 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.

https://notes-huthman.herokuapp.com/api/
https://github.com/LambdaSchool/Intro-Django/pull/202

My process with deploying my Django app was a little tricky. I had to make sure I read several steps ahead so I made sure to know where I was going. Everything went well I was able to deploy after a few hiccups. Challanges that I faced were being able to get my app deployed. I was having issues with my secret key and it turns out it had something to do with COLLECTSTATIC. This link was a big help https://stackoverflow.com/questions/36665889/collectstatic-error-while-deploying-django-app-to-heroku. I completed today's MVP, my only issue was being able to login and create a superuser. This hinders me from adding or seeing notes, but the site/routes are running correctly. I just followed the readme and the link that helped with the collectstatic issues. This resource was detailed in that it gave specfic instructions leaving little room for error.