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 4fe6d03 commit ebe003aCopy full SHA for ebe003a
build.sh
@@ -13,6 +13,6 @@ pip install -r requirements.txt
13
# Collect Static
14
python manage.py collectstatic --no-input
15
16
-# Migrate DB
17
-#python manage.py makemigrations
18
-#python manage.py migrate
+# Migrate DB (Skipped for DEMO)
+# python manage.py makemigrations
+# python manage.py migrate
0 commit comments