Sergei Konik

Results 5 comments of Sergei Konik

I don't disable `SEND_ACTIVATION_EMAIL`. Just use regex to pull uid and token out of email and do POST request. Here's my example using pytest: ```python @pytest.fixture def email_activation_url(): return reverse('user-activation')...

You can use inkscape to open svg diagram, then ungroup your image. Ater that it's possible to edit any elements you see

Hello. It seems to be a bug. It shouldn't throw errors in this case. You can try to do the following. Add labels to your services inside docker-compose file: ```yaml...

Hi. Thank you for posting your issue. Currently custom images are not supported. Current implementation parses `docker_compose_diagram.icon` and searches images inside `diagrams` package with the specified pattern in name(`node`, `react`)....

In the latest release I've added possiblity to use `.png` images. `.svg` images are not reconginzable by `diagrams` package. In your case I converted your `.svg` images into a bunch...