django-reference-implementation icon indicating copy to clipboard operation
django-reference-implementation copied to clipboard

Revert to commit 91157cf (pre-dataroom/Tailwind migration)

Open Copilot opened this issue 3 months ago • 0 comments

Restores repository to commit 91157cf55db4b7c3cf9d5cdaf9abeec88ac5f942, effectively reverting the dataroom app addition and Tailwind CSS migration.

Changes

Restored

  • Organizations app with full models, views, templates, and tests
  • Bootstrap CSS framework (v5) and Bootstrap Icons (v1.11.3)
  • Worker configuration models (WorkerConfiguration, WorkerError)
  • Management commands (simple_async_worker, send_email_confirmation, send_email_invite)
  • Original allauth templates (Bootstrap-based styling)

Removed

  • Dataroom app and all associated files (models, views, templates, tests)
  • Tailwind CSS references and Play CDN
  • Streamlined authentication UI changes

Implementation Note

Used git checkout 91157cf -- . to restore file state without rewriting commit history, then removed artifacts (test database) that should be gitignored. All 58 existing tests pass.

[!WARNING]

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

please revert this repo to 91157cf55db4b7c3cf9d5cdaf9abeec88ac5f942


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot avatar Nov 18 '25 17:11 Copilot