Skip to content

Commit

Permalink
Merge pull request #27 from eecs-autograder/django-debug-toolbar
Browse files Browse the repository at this point in the history
Set IS_DEV_SERVER env variable for django container
  • Loading branch information
james-perretta authored Nov 22, 2024
2 parents a893496 + b34c23e commit 2a77177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ services:
env_file:
- ./autograder-server/_dev.env
environment:
# This is checked in the django settings to enable the debug toolbar
IS_DEV_SERVER: 'true'

USE_NGINX_X_ACCEL: 'true'
# Set to false to disable real authentication. Any other string value
# will enable real authentication.
Expand Down

0 comments on commit 2a77177

Please sign in to comment.