Hi Everyone after doing master node setup for hyperledger cello project am getting the below error for cello-api-engine-tasks container
File "/usr/local/lib/python3.6/site-packages/django/conf/urls/static.py", line 21, in static
raise ImproperlyConfigured("Empty static prefix not permitted")
django.core.exceptions.ImproperlyConfigured: Empty static prefix not permitted
Traceback (most recent call last):
it is saying that i need to assign some static variables to MEDIA.ROOT and STATIC.ROOT like that .. but i need to know where and how i have place to these values
Thanks
MD