File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
pip install -U pip setuptools wheel
26
26
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
27
- - name : Debug bc im bad
28
- run : |
29
- pwd
30
- ls -R
31
- echo $PYTHONPATH
32
- python -c "import sys; print(sys.path)"
33
- pip freeze
34
27
- name : Run collectstatic
35
28
run : |
36
29
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
37
30
cd app
38
- echo "Current directory: $(pwd)"
39
- ls -la
40
31
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput
Original file line number Diff line number Diff line change 309
309
310
310
### Pipeline
311
311
312
- from app . pydotorg . settings .pipeline import PIPELINE
312
+ from .pipeline import PIPELINE
313
313
314
314
### contrib.messages
315
315
You can’t perform that action at this time.
0 commit comments