Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
baletu committed Mar 20, 2021
1 parent d6556e1 commit 4bbdf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
source $PWD/venv/bin/activate
gunicorn myblog.wsgi:application -c $PWD/gunicorn.conf.py --daemon --reload
python3 manage.py runserveer 8001

0 comments on commit 4bbdf63

Please sign in to comment.