Open
Conversation
brianhelba
commented
Apr 8, 2026
brianhelba
commented
Apr 8, 2026
49463ee to
ced4f53
Compare
ced4f53 to
6a945a5
Compare
brianhelba
commented
Apr 9, 2026
| ```sh | ||
| ./manage.py migrate | ||
| ./manage.py createsuperuser | ||
| ./manage.py loaddata species |
Member
Author
There was a problem hiding this comment.
Is this still necessary, or does the migration handle it?
brianhelba
commented
Apr 9, 2026
| ```bash | ||
| docker compose run --rm -v /path/to/wav/files:/data django ./manage.py importRecordings /data | ||
| ```sh | ||
| ./manage.py importRecordings /data |
Member
Author
There was a problem hiding this comment.
Modifying the volume mounts like this isn't really compatible with dev containers. Of course, it's possible to modify the Docker Compose files and then restart the whole stack, but I think the better approach is just to hardlink the files from their host filesystem into the repo.
@BryonLewis Can you test if hardlinks work, then we can update these docs accordingly?
Member
Author
|
@BryonLewis @naglepuff This is ready for testing and review. Any feedback is welcome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.