mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-04-19 21:17:40 +02:00
README.md: Remove TODO about closing database connection
Now I'm using a database manager class with Python's "with" context blocks to automatically and concisely open and close connections.
This commit is contained in:
parent
2f342be948
commit
b06c82bb16
@ -70,7 +70,6 @@ The item id is the *internal* id for an item. You can get these from the standar
|
||||
|
||||
## Todo
|
||||
|
||||
- Close DB connection when gunicorn shuts down gracefully
|
||||
- Better logging
|
||||
- Tests
|
||||
- Check if database exists (try/except)
|
||||
|
Loading…
x
Reference in New Issue
Block a user