Refactor database configuration to support PostgreSQL, add GIN index for operation_names, and enhance backup functionality
This commit is contained in:
parent
477bb753ae
commit
c41524e517
11 changed files with 250 additions and 74 deletions
|
|
@ -7,6 +7,7 @@ requires-python = ">=3.14"
|
|||
dependencies = [
|
||||
"dateparser",
|
||||
"django",
|
||||
"psycopg[binary]",
|
||||
"json-repair",
|
||||
"pillow",
|
||||
"platformdirs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue