Skip to content

Remove empty placeholder modules - #52

Merged
FriggemannMichael merged 1 commit into
mainfrom
cleanup-empty-placeholder-files
Jul 8, 2026
Merged

Remove empty placeholder modules#52
FriggemannMichael merged 1 commit into
mainfrom
cleanup-empty-placeholder-files

Conversation

@FriggemannMichael

Copy link
Copy Markdown
Owner

Summary

Removes empty Django placeholder modules that only contained generated comments and were not imported by the application.

Validation

  • python manage.py check
  • python manage.py makemigrations --check --dry-run
  • pytest -q twice, both runs passing with 179 passed
  • ruff check --no-cache on all non-migration project Python files
  • Django production import smoke test with django.setup(), admin autodiscovery, and core.urls import

Notes

offers_app/admin.py was intentionally kept because it registers models and is covered by existing tests.

@FriggemannMichael
FriggemannMichael marked this pull request as ready for review July 8, 2026 09:35
@FriggemannMichael
FriggemannMichael merged commit b841933 into main Jul 8, 2026
1 check passed
@FriggemannMichael FriggemannMichael changed the title [codex] Remove empty placeholder modules Remove empty placeholder modules Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant