Kurtis Jensen

Results 11 comments of Kurtis Jensen

I am also running to this same issue. The `--livereload-port` argument does not seem to be working

Looks like I found the answer to this exact issue. From the docs: >Add 'livereload' to the INSTALLED_APPS, before 'django.contrib.staticfiles' if this is used: Looks like you are not installing...

After some further investigation, the only way that I could reliably set the port to affect the script in the middleware and the livereload server itself was in the settings....

If I were the maintainer, I would remove the `--livereload-port` argument from the `./manage.py` command altogether. I think that it adds confusion, because it can only possibly control the port...

I was just looking into this feature to see if Brave could be used as Android's autofill service, and came across this issue. Just leaving a comment here to track...

@Chiramisu Honestly I would rather just remember all of my random passwords than use Edge.

Also looking for a good way to do this. Same use-case as others.

I am also seeing this same issue

Just leaving my comment here because I found this issue useful. Rather than overriding the scheduler command, I created a separate management command for destroying old scheduled jobs and creating...