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

Migrate from SQLite to PostgreSQL #23

Closed
3 tasks done
sandviklee opened this issue Dec 31, 2023 · 1 comment · Fixed by #5
Closed
3 tasks done

Migrate from SQLite to PostgreSQL #23

sandviklee opened this issue Dec 31, 2023 · 1 comment · Fixed by #5
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sandviklee
Copy link
Member

sandviklee commented Dec 31, 2023

Change the database in the Django backend to PostgreSQL

Acceptance Criterias:

  • Be able to get data from DB
  • Be able to connect to DB
  • Be able to put data to DB
@sandviklee sandviklee self-assigned this Dec 31, 2023
@sandviklee sandviklee added the enhancement New feature or request label Dec 31, 2023
@sandviklee sandviklee added this to the v.1.0.0 - MVP milestone Dec 31, 2023
@sandviklee sandviklee mentioned this issue Dec 31, 2023
4 tasks
@sandviklee sandviklee linked a pull request Dec 31, 2023 that will close this issue
@sandviklee
Copy link
Member Author

I'm following this tutorial:

https://stackpython.medium.com/how-to-start-django-project-with-a-database-postgresql-aaa1d74659d8

The point is to transfer the sqlite db to a postgresql db and have it running in the docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant