There was a bug that prevented the celery task to work: by calling the delay function it failed because it tried to serialize an in memory file. Now the django valid form method saves the file from memory to the disk and creates a new folder and then calls the celery task which open a subprocess with the pandoc command and send the email with the download url to the user.
There was a bug that prevented the celery task to work: by calling the delay function it failed because it tried to serialize an in memory file. Now the django valid form method saves the file from memory to the disk and creates a new folder and then calls the celery task which open a subprocess with the pandoc command and send the email with the download url to the user.