Editing things in the database is a huge pain in the ass. Django admin isn't a good fit for events or venues because there are hundreds of venues and thousands of events. Need to be able to search for venues / events and get directly to an editable view from the UI somehow.
This will be a big chunk of work, probably require some restructuring of the frontend code as well as creating a bunch of Admin only rest views for editing.
Editing things in the database is a huge pain in the ass. Django admin isn't a good fit for events or venues because there are hundreds of venues and thousands of events. Need to be able to search for venues / events and get directly to an editable view from the UI somehow.
This will be a big chunk of work, probably require some restructuring of the frontend code as well as creating a bunch of Admin only rest views for editing.