Skip to content

Commit

Permalink
Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Mar 19, 2024
1 parent e8b94e8 commit ef5bf30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .envs/local/django.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ IPYTHONDIR=/app/.ipython
MEDIA_URL=http://localhost:5000/media/
#ADSERVER_ETHICALADS_BRANDING=True

# Bash (Docker)
# HISTFILE=/app/.bash_history

# Redis
# ------------------------------------------------------------------------------
REDIS_URL=redis://redis:6379/0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sftp-config.json
# Basics
*.py[cod]
__pycache__
.bash_history

# Logs
*.log
Expand Down
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/development.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

0 comments on commit ef5bf30

Please sign in to comment.