We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
navbar orders 클릭 시 발생 에러 "GET /purchases/orders/ HTTP/1.1" 500
The text was updated successfully, but these errors were encountered:
Order cancle 로직까지 정상 작동했는데 PR후 동작하지 않는 것으로 보입니다.
Sorry, something went wrong.
마이그레이션에 order_name이 추가되었는데 광호님의 커밋과의 대한 충돌인 것 같습니다.
Carts, Products, Purchases model migrations파일 삭제, DB삭제 후 Re-migrations and migrate 하면 충돌이 해결됩니다.
배포단계에 도달하면 마이그레이션을 전부 0001로 만드는 것이 정신건강에 이롭겠군요
마이그레이션에 order_name이 추가되었는데 광호님의 커밋과의 대한 충돌인 것 같습니다. Carts, Products, Purchases model migrations파일 삭제, DB삭제 후 Re-migrations and migrate 하면 충돌이 해결됩니다.
여기에 추가로 DB 삭제 시 Social applications또한 날아가기 때문에 OAuth를 위해서라면 다시 admin 페이지로 들어가 세팅해주어야 합니다.
example.com
127.0.0.1
ChoiWheatley
iankimdev
taencoding
No branches or pull requests
navbar orders 클릭 시 발생 에러
"GET /purchases/orders/ HTTP/1.1" 500
The text was updated successfully, but these errors were encountered: