Skip to content

Remove the old import_old_db.py script - #4812

Merged
marcoacierno merged 1 commit into
mainfrom
claude/issue-4811-20260818-1336
Aug 18, 2026
Merged

Remove the old import_old_db.py script#4812
marcoacierno merged 1 commit into
mainfrom
claude/issue-4811-20260818-1336

Conversation

@marcoacierno

Copy link
Copy Markdown
Member

Removes the one-shot import_old_db.py management command that imported data from the old PyCon Site SQLite database. It was already dead code, referencing models from apps that no longer exist.

Since it was the only content of the importer app, the app itself is removed too, along with its INSTALLED_APPS entry. The app had no models and no migrations.

Full backend test suite passes (1343 passed, 16 skipped, 3 xfailed); ruff and mypy results are unchanged from the pre-existing baseline.

Closes #4811

Generated with Claude Code

The script imported data from the old PyCon Site SQLite database and has
not been used in years. It was the only content of the importer app, so
the app is removed as well, together with its INSTALLED_APPS entry.

Closes #4811

Co-authored-by: Marco Acierno <3382153+marcoacierno@users.noreply.github.com>
@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Ready Ready Preview Aug 18, 2026 2:13pm

@marcoacierno
marcoacierno marked this pull request as ready for review August 18, 2026 14:14
@claude

claude Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Removes the dead importer app (one-shot import_old_db.py script) and its INSTALLED_APPS entry. Verified no other references to importer, import_old_db, or p3.db remain anywhere in the repo.

No issues found.

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.11%. Comparing base (af35052) to head (eec2e51).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4812   +/-   ##
=======================================
  Coverage   93.11%   93.11%           
=======================================
  Files         360      360           
  Lines       11238    11238           
  Branches      904      904           
=======================================
  Hits        10464    10464           
  Misses        663      663           
  Partials      111      111           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marcoacierno
marcoacierno merged commit 3dd7b69 into main Aug 18, 2026
9 checks passed
@marcoacierno
marcoacierno deleted the claude/issue-4811-20260818-1336 branch August 18, 2026 14:34
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.

Delete import_old_db.py

1 participant