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 fb98a9a commit f2eb25bCopy full SHA for f2eb25b
Benchmark/wagtail/wagtail_start.sh
@@ -2,6 +2,8 @@
2
3
# Restart wagtail once everything is installed
4
5
+cp -r ../django/untyped testsite/env/lib64/python3.10/site-packages/django
6
+
7
source ./testsite/env/bin/activate
8
cd testsite
9
python manage.py runserver
Benchmark/wagtail/wagtail_start_shallow.sh
@@ -0,0 +1,10 @@
1
+#! /bin/bash
+# Restart wagtail once everything is installed
+# first copy the ../django/shallow directory to testsite/env/lib64/python3.10/site-packages/django
+cp -r ../django/shallow testsite/env/lib64/python3.10/site-packages/django
+source ./testsite/env/bin/activate
+cd testsite
10
+python manage.py runserver
0 commit comments