Skip to content

Commit c0647af

Browse files
authored
Merge pull request #32 from davevad93/updates
Updates
2 parents 714e1c0 + fd0e396 commit c0647af

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

myproject/build.sh

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
#!/usr/bin/env bash
2-
3-
# Exit on error
4-
set -o errexit
5-
6-
# Install packages
7-
pip install -r requirements.txt
8-
9-
# Convert static asset files
10-
python manage.py collectstatic --no-input
1+
#!/usr/bin/env bash
2+
3+
# Exit on error
4+
set -o errexit
5+
6+
# Install packages
7+
pip install -r requirements.txt
8+
9+
# Convert static asset files
10+
python manage.py collectstatic --no-input
11+
12+
# Apply database migrations
13+
python manage.py migrate

0 commit comments

Comments
 (0)