tkdchen
tkdchen
It would be nice to allow to disable reading from `.netrc` explicitly. Currently, it looks `requests` also handles an existing `.netrc` even if for `requests.get` which is expected to be...
How about provide a auth class something like `NetrcAuth` instead?
@romantolkachyov Thank you very much 👍
How do you run Nitrate? Run it in container? Can you get the traceback from the log file?
The log shows a sueruser admin has been created. So, you can login by using admin:admin. For local use, as a workaround, you can create user in the administration web...
I got this error: ``` Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/celery/app/trace.py", line 405, in trace_task R = retval = fun(*args, **kwargs) File "/usr/lib/python3.9/site-packages/celery/app/trace.py", line 697, in __protected_call__ return self.run(*args,...
Alternatively, if you don't care about the email notification for now, you can set `EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend'` in the `contrib/compose/web_custom_conf.py` instead.
@aldouslbstda Hi, there could be some issue to the asynchronous task sending email. Let me find a time to investigate.
@aldouslbstda Hi, Thank you very much for your patience. There is actually an issue and it has been fixed. Please remove the nitrate and nitrate-worker image and `up` the compose...
Cool. Suggest to convert this issue into a milestone due to many tasks should be done to achieve this goal. At least two must-be-done tasks in my mind, - Widget...