techmatters / terraso-backend

A Django project that powers the backend of Terraso platform.
GNU Affero General Public License v3.0
21 stars 4 forks source link

refactor: remove audit logs app #1482

Closed shrouxm closed 1 day ago

shrouxm commented 1 week ago

Remove the unused audit_logs Django app from the codebase.

Description

This is a multi-step process outlined in the Django docs here, so it'll require a couple PRs and coordination between different deploy targets.

I will size this issue for doing steps 1-3 in the process, and then create a follow-up issue to do the lower priority finalization work.