Arthur Alvim
Arthur Alvim
I tried the example provided by @runfalk, but I wasn't able to make it run. Maybe in an older version of Lektor it might work. So I provided the example...
Here's the origin in case anyone else is interested. https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/49d3538121828a20f22b609c8278246e94a71d82/docker-images/start.sh#L23C1-L31C3 ```bash # ... # If there's a prestart.sh script in the /app directory or other path specified, run it before...
Well, it may be just like @svfat said but I believe it has something to do with the rednose plugin which also has an option --no-color. Django 1.7 seems to...
The part when the options clashes seems to be in /django_nose/management/commands/test.py line 33. ``` class Command(Command): option_list = Command.option_list + tuple(extra_options) ``` The extra_options variable comes with the options from...