Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data
### Python ignores (https://github.com/github/gitignore/blob/master/Python.gitignore)
# Byte-compiled / optimized / DLL files
__pycache__/
data_cache/
*.py[cod]
*$py.class

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ collect:
@echo "Collecting Django static files (confirming 'yes')..."
echo 'yes' | uv run manage.py collectstatic

format: format-backend format-frontend
format: format-backend
@echo "All code formatted successfully!"

format-backend:
Expand Down
Loading