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
$ docker-compose -f local.yml run --rm django python manage.py migrate
118
118
```
119
+
### Restoring the Database from a SQL Dump
120
+
If the JSON file is particularly large (>1.5GB), Docker might struggle with this method. In such cases, you can use SQL dump and restore commands as an alternative, as described [here](./SQLDumpRestoration.md).
1. Start with a [GitHub issue](https://github.com/NASA-IMPACT/sde-indexing-helper/issues).
195
-
2. Use the GitHub CLI to create branches and pull requests (`gh issue develop -c <issue_number>`).
198
+
We welcome contributions to improve the project! Before you begin, please take a moment to review our [Contributing Guidelines](./CONTRIBUTING.md). These guidelines will help you understand the process for submitting new features, bug fixes, and other improvements.
0 commit comments