lironmo
lironmo
maybe something is missing in the database? because I had to add manually the rows for the language.
it seems that the request sent from the webpage to the backend and dispatch celery task via dispatch_run_task. but it's seems that the celery sandbox did not act on the...
I think I found the problem - wsl issue...: the code that checks if the docker image exists returns a different exception and gets unhandled -- I will build manually...
more issues - docker runtime issue at wsl - remove secure runtime. now it seems to be stack at the celery when I run it manually.
OSError: [E053] Could not read config.cfg from
seems that when I rerun the test manually it's works - may be a problem with the other tests? 
the bug in `test_email_label`, is that you using a specific id: ` user = User.objects.get(id=1) ` when you run all tests there are many tests before that create and delete...
the bug at is `test_valid_and_save_form` {'tags': ['This field is required.']} seems that the field is required - need to add to the JSON. suggestion - propagate the error instead true...
workaround (3 options)- add missing files (all .map) remove css comments removing STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage" https://stackoverflow.com/questions/26829435/collectstatic-command-fails-when-whitenoise-is-enabled what is the proper solution? (i am new with Django framework )
@kunal-iitkgp did you able to export tiny-dnn weights to numpy array and vice versa ?