Skip to content

Commit ef5a4ef

Browse files
committed
Turn off the runserver warning #313
Signed-off-by: tdruez <[email protected]>
1 parent 79cbeb2 commit ef5a4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ postgresdb_clean:
136136
@${SUDO_POSTGRES} dropuser '${DB_USERNAME}' || true
137137

138138
run:
139-
${MANAGE} runserver 8000 --insecure
139+
DJANGO_RUNSERVER_HIDE_WARNING=true ${MANAGE} runserver 8000 --insecure
140140

141141
worker:
142142
${MANAGE} rqworker

0 commit comments

Comments
 (0)