1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01: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:
Alan Orth 2018-11-07 17:47:40 +02:00
parent 2f342be948
commit b06c82bb16
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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)