Skip to content

Commit ebe003a

Browse files
committed
UPD - Minor Comment
1 parent 4fe6d03 commit ebe003a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ pip install -r requirements.txt
1313
# Collect Static
1414
python manage.py collectstatic --no-input
1515

16-
# Migrate DB
17-
#python manage.py makemigrations
18-
#python manage.py migrate
16+
# Migrate DB (Skipped for DEMO)
17+
# python manage.py makemigrations
18+
# python manage.py migrate

0 commit comments

Comments
 (0)