Skip to content

Commit

Permalink
Don't touch reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 9, 2024
1 parent a605c5e commit 6b73cc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion docker-compose/django/start
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail
set -o nounset

# Reinstall dependencies without rebuilding docker image
# pip install -r /app/requirements/st.txt
# pip install -r /app/requirements/development.txt

# Don't auto-migrate locally because this can cause weird issues when testing migrations
# python manage.py migrate
Expand Down
7 changes: 0 additions & 7 deletions requirements/st.txt

This file was deleted.

0 comments on commit 6b73cc0

Please sign in to comment.