Skip to content

Commit a4597ab

Browse files
committed
fix: attempt to make wurk
1 parent 5d21205 commit a4597ab

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,8 @@ jobs:
2424
run: |
2525
pip install -U pip setuptools wheel
2626
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
3427
- name: Run collectstatic
3528
run: |
3629
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
3730
cd app
38-
echo "Current directory: $(pwd)"
39-
ls -la
4031
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput

app/pydotorg/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309

310310
### Pipeline
311311

312-
from app.pydotorg.settings.pipeline import PIPELINE
312+
from .pipeline import PIPELINE
313313

314314
### contrib.messages
315315

0 commit comments

Comments
 (0)