Skip to content

Commit

Permalink
Added default mode to debugging, as we test now.
Browse files Browse the repository at this point in the history
Summary:
Made default runserver to go in debug mode.
There is a bug with static files files w/o debug that I cannot figure out.

Test Plan:
Don't apply the patch and try to do ./runserver.
Static files should be failing...

Reviewers: bogdan2412

Reviewed By: bogdan2412

Differential Revision: http://phab.code4fun.de/D8
  • Loading branch information
bmatican committed Mar 7, 2013
1 parent 456f929 commit ea0552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runserver
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ start_fcgi()
start_normal()
{
echo "Starting $PYTHON"
$PYTHON manage.py runserver $@
$PYTHON manage.py runserver --settings=CodeStreak.settings_debug $@
}

case $1 in
Expand Down

0 comments on commit ea0552a

Please sign in to comment.