Skip to content

Commit f2eb25b

Browse files
committed
add shallow and (explicit) untyped scripts
1 parent fb98a9a commit f2eb25b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Benchmark/wagtail/wagtail_start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Restart wagtail once everything is installed
44

5+
cp -r ../django/untyped testsite/env/lib64/python3.10/site-packages/django
6+
57
source ./testsite/env/bin/activate
68
cd testsite
79
python manage.py runserver
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#! /bin/bash
2+
3+
# Restart wagtail once everything is installed
4+
5+
# first copy the ../django/shallow directory to testsite/env/lib64/python3.10/site-packages/django
6+
cp -r ../django/shallow testsite/env/lib64/python3.10/site-packages/django
7+
8+
source ./testsite/env/bin/activate
9+
cd testsite
10+
python manage.py runserver

0 commit comments

Comments
 (0)