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

Feature/poc#1 crud #14

Closed
wants to merge 13 commits into from
Closed

Feature/poc#1 crud #14

wants to merge 13 commits into from

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    413b35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c10a4 View commit details
    Browse the repository at this point in the history
  3. 'psycopg2' では async.が使用できないとのエラーメッセージ

    参考にしていたコードをasyncを使わずに書き込むように変更する必要がある。
    poclab committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    eee82f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. データベースURLなどを更新

    poclab committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    96f6c03 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. データベースURLなどを更新

    poclab committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    20de6ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf023f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. asyncをページに合わせて変更

    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    073bb46 View commit details
    Browse the repository at this point in the history
  2. DBに登録できることを確認できた

    DB.pyは、postgresql+syncpg
    migrate_dbは、postgresql+psycopg2
    にする
    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    db4ab99 View commit details
    Browse the repository at this point in the history
  3. requirements.txtを追加してみる。

    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8fe10a6 View commit details
    Browse the repository at this point in the history
  4. poetryの書かれている部分を削除

    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2bf12ee View commit details
    Browse the repository at this point in the history
  5. poetryの書かれている部分を削除

    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    044afd1 View commit details
    Browse the repository at this point in the history
  6. Dockerfile.herokuを更新

    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    cc7fd50 View commit details
    Browse the repository at this point in the history
  7. Dockerfile.herokuを更新

    poclab committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    be3a220 View commit details
    Browse the repository at this point in the history