Feature/use api client
Created by: hixi
Switch Conversion Service.
Closes #263 (closed)
Also closes #186 (closed) (because it removes the to-be-simplified code)
Reviewed by:
-
@das-g
Merge request reports
Activity
Created by: hixi
The added .yaml don't have to be reviewed, they were created automatically by vcrpy.
1 1 from .local import * # noqa 2 2 3 OSMAXX['download_file_name'] = '%(excerpt_name)s-%(content_type)s-%(id)s.%(file_extension)s' 3 DEBUG = False 4 5 OSMAXX_TEST_SETTINGS = { 6 'download_file_name': '%(excerpt_name)s-%(content_type)s-%(id)s.%(file_extension)s', 7 'CONVERSION_SERVICE_URL': 'http://localhost:8901/api/', 8 'CONVERSION_SERVICE_USERNAME': 'osmaxxi', 20 20 - DJANGO_MEDIA_ROOT=/data/media 21 21 - DJANGO_PRIVATE_MEDIA_ROOT=/data/private_media 22 22 - DJANGO_RESULT_MEDIA_ROOT=/results 23 - DJANGO_CELERY_BROKER_URL=amqp://guest@rabbit 24 23 - DJANGO_DATABASE_URL=postgis://postgres@database/postgres 25 24
Please register or sign in to reply