Skip to content
Snippets Groups Projects
Commit e329e257 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.10 Release

* Issue #24 update_data
* Issue #26 /admin/database/dump
* Issue #28 /admin/database/import
* Issue #29 /who/info
* Issue #30 /europa/info
* Issue #31 /rki/info
* Issue #32 /nrw/info
* Issue #33 /europe/date_reported
* Issue #34 /europe/continent
* Issue #35 /europe/country
* Issue #36 /europe/data
* Issue #37 switch from RabbitMQ to Redis
* Issue #38 update Celery from 4 to 5
parent b8c7699e
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@ ITEMS_PER_PAGE = 20
YOUR_NAME = 'covid19python'
PASSWORD = 'vfdjv423ndf654&%%'
VHOST_NAME = 'covid19python'
#CELERY_BROKER_URL = 'amqp://guest:guest@localhost/'
#CELERY_RESULT_BACKEND = 'amqp://guest:guest@localhost/'
CELERY_BROKER_URL = 'redis://localhost:6379/0'
CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
SECRET_KEY='vfdjv423ndf654&%%'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment