techmatters / terraso-backend

A Django project that powers the backend of Terraso platform.
GNU Affero General Public License v3.0
21 stars 4 forks source link

feat: improve local db management scripts #1366

Closed shrouxm closed 1 month ago

shrouxm commented 1 month ago

Description

Adds the ability to pass arguments to make migrate to rollback specific migrations, and adds a new command make connect_db which opens a psql shell with a running backend database.