We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf9cc commit d906427Copy full SHA for d906427
deploy_tools/fabfile.py
@@ -47,9 +47,9 @@ def _update_static_files(source_folder):
47
48
49
def _update_database(source_folder):
50
- run('cd %s && ../virtualenv/bin/python3 manage.py makemigrations' %
+ run('cd %s && ../env/bin/python3 manage.py makemigrations' %
51
(source_folder,))
52
- run('cd %s && ../virtualenv/bin/python3 manage.py migrate --noinput' %
+ run('cd %s && ../env/bin/python3 manage.py migrate --noinput' %
53
54
55
0 commit comments