8000 POC: restructure app by JacobCoffee · Pull Request #2573 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content

POC: restructure app #2573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: attempt to make wurk
  • Loading branch information
JacobCoffee committed Sep 19, 2024
commit a4597ab3cb4d6b30006a528e92e87377c882aab3
8000
9 changes: 0 additions & 9 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,8 @@ jobs:
run: |
pip install -U pip setuptools wheel
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
- name: Debug bc im bad
run: |
pwd
ls -R
echo $PYTHONPATH
python -c "import sys; print(sys.path)"
pip freeze
- name: Run collectstatic
run: |
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
cd app
echo "Current directory: $(pwd)"
ls -la
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput
2 changes: 1 addition & 1 deletion app/pydotorg/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@

### Pipeline

from app.pydotorg.settings.pipeline import PIPELINE
from .pipeline import PIPELINE

### contrib.messages

Expand Down
Loading
0