File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ uv sync
29
29
cd pythonkr_backend
30
30
export DJANGO_SETTINGS_MODULE=" pythonkr_backend.settings.prod"
31
31
./manage.py migrate --no-input
32
+ ./manage.py tailwind build
32
33
./manage.py loaddata fixtures.json
33
34
./manage.py collectstatic --clear --noinput
34
35
gunicorn --workers=2 \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ cd /app/pythonkr_backend
8
8
export DJANGO_SETTINGS_MODULE=" pythonkr_backend.settings.localtesting"
9
9
./manage.py migrate --no-input
10
10
./manage.py tailwind build
11
+ ./manage.py loaddata fixtures.json
11
12
./manage.py collectstatic --clear --noinput
12
13
export DJANGO_SUPERUSER_PASSWORD=test
13
14
./manage.py createsuperuser --username
test --email
[email protected] --noinput
Original file line number Diff line number Diff line change 9
9
"name" : " Root"
10
10
}
11
11
},
12
+ {
13
+ "model" : " wagtailcore.locale" ,
14
+ "pk" : 1 ,
15
+ "fields" : {
16
+ "language_code" : " en"
17
+ }
18
+ },
12
19
{
13
20
"model" : " wagtailcore.page" ,
14
21
"pk" : 1 ,
You can’t perform that action at this time.
0 commit comments