You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I initially set up Django (#5), I deferred the database setup and chose the default SQLite. Since SQLite is too lite for what we want to do in our database, we want to have Postgres. As an example, I'd like to use database triggers and a nice web interface like pgadmin, among other features not offered by SQLite.
This task will be deemed resolved when the following tasks are completed:
move from SQLite to Postgres in our Django project
figure out how to set up the Postgres on our server
The text was updated successfully, but these errors were encountered:
When I initially set up Django (#5), I deferred the database setup and chose the default SQLite. Since SQLite is too lite for what we want to do in our database, we want to have Postgres. As an example, I'd like to use database triggers and a nice web interface like pgadmin, among other features not offered by SQLite.
This task will be deemed resolved when the following tasks are completed:
The text was updated successfully, but these errors were encountered: