Skip to content

Commit

Permalink
move DJANGO_SETTINGS_MODULE setting out of supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Feb 1, 2016
1 parent 08ba75d commit 0027520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ serverurl=unix://{{ PROJECT_DIR }}/supervisor.sock ; use a unix:// URL for a un
;files = relative/directory/*.ini

[program:measure-mate]
# TODO remove django settings as it's in rc.init, ensure still works
environment = DJANGO_SETTINGS_MODULE="measure_mate.settings.dev",LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8
environment = LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8
command = {{ PYTHON }} {{ PROJECT_DIR }}/manage.py runserver --noreload 0.0.0.0:8080
stdout_logfile = {{ PROJECT_DIR }}/log/stdout.log ; Where to write log messages
stderr_logfile = {{ PROJECT_DIR }}/log/stderr.log ; Where to write log messages
Expand Down

0 comments on commit 0027520

Please sign in to comment.