Skip to content

Commit

Permalink
no input
Browse files Browse the repository at this point in the history
  • Loading branch information
ghukill committed Apr 3, 2019
1 parent 35db8d0 commit f64944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/management/commands/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def update(self, args, options):
os.system('%s/pip install -r requirements.txt' % (self.PYTHON_PATH))

# ensure redis version
os.system('%s/pip uninstall redis' % (self.PYTHON_PATH))
os.system('%s/pip uninstall redis -y' % (self.PYTHON_PATH))
os.system('%s/pip install redis==2.10.6' % (self.PYTHON_PATH))

# collect django static
Expand Down

0 comments on commit f64944e

Please sign in to comment.