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 886e3ee commit ab6733aCopy full SHA for ab6733a
deploy/setup.sh
@@ -20,10 +20,10 @@ locale-gen en_GB.UTF-8
20
#
21
# python3 -m venv $PROJECT_BASE_PATH/env
22
23
-# $PROJECT_BASE_PATH/env/bin/pip install -r $PROJECT_BASE_PATH/requirements.txt uwsgi==2.0.21
24
-$PROJECT_BASE_PATH/env/bin/pip install uwsgi
+# $PROJECT_BASE_PATH/env/bin/pip install -r $PROJECT_BASE_PATH/requirements.txt uwsgi
25
26
# Run migrations
+cd $PROJECT_BASE_PATH
27
$PROJECT_BASE_PATH/env/bin/python $PROJECT_BASE_PATH/manage.py migrate
28
29
# Setup Supervisor to run our uwsgi process.
0 commit comments