1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-13 00:17:47 +02:00

Add "application" alias to API object

By default gunicorn looks for an "application" object to run, so this
saves us having to type api:app.
This commit is contained in:
2018-10-26 18:21:27 +02:00
parent 2136dc79ce
commit b8356f7a87
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Index the Solr statistics core to populate the PostgreSQL database:
Run the REST API:
$ gunicorn dspace_statistics_api.app:api
$ gunicorn dspace_statistics_api.app
Test to see if there are any statistics: