File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : Vue 3 build
5555 working-directory : ./
5656 env :
57+ SECRET : test
5758 ALLOWED_HOSTS : localhost
5859 REDIS_URL : redis://localhost:6379/0
5960 STATICFILES_STORAGE : django.contrib.staticfiles.storage.StaticFilesStorage
61+ DEFAULT_FILE_STORAGE : django.core.files.storage.FileSystemStorage
6062 run : |
6163 python3 manage.py collectstatic --noinput
6264 cd ./2024-frontend
Original file line number Diff line number Diff line change 55 "deploy" : {
66 "managetasks" : [
77 " buildnpm" ,
8+ " buildnpmvue3" ,
89 " collectstatic --noinput" ,
910 " migrate --noinput" ,
1011 " compilemessages"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ rm -rf 2024-frontend/build/
66bash ./clevercloud/pre-build-hook.sh
77# the following should mirror the hooks in clevercloud/python.json["deploy"]["managetasks"]
88python manage.py buildnpm
9- python manage.py collectstatic --noinput
109python manage.py buildnpmvue3
1110python manage.py collectstatic --noinput
1211python manage.py migrate --noinput
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ django-taggit==5.0.1
4848django-treebeard == 4.7.1
4949django-webpack-loader == 3.1.0
5050django_csp == 3.8
51- django_vite_plugin == 3.0.2
51+ django_vite_plugin == 3.0.3
5252djangorestframework == 3.15.2
5353djangorestframework-camel-case == 1.4.2
5454djlint == 1.34.1
5555draftjs-exporter == 5.0.0
56+ drf-base64 == 2.0
5657drf-excel == 2.4.0
5758drf-spectacular == 0.27.2
5859drf-spectacular-sidecar == 2024.7.1
59- drf_base64 == 2.0
6060EditorConfig == 0.12.4
6161et-xmlfile == 1.1.0
6262exceptiongroup == 1.2.1
You can’t perform that action at this time.
0 commit comments