tboz203/django_spellbook ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Django app that puts a clean admin interface on top of the 5e Spellbook database.

I want to be able to open the admin, browse the spell data, and edit records without having to touch the database directly. It should feel like a quick internal tool for managing spells, with the usual Django admin conveniences like searching, filtering, and clear model pages. Use the existing database if it’s already there, and make sure the project runs smoothly from the provided files.

If anything about the schema needs to be inferred, inspect the database and set up the models accordingly. Keep it straightforward and practical, since this is just meant to slap an admin UI onto the spellbook data. If you need to check current Django docs for anything, go ahead and look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab