Jeff Mattson

Results 2 comments of Jeff Mattson

Unnecessary since `ALLOWED_HOSTS=*` by default.

Rebuilding the lists fixed this for me. I suspect I had some garbage in my sources from earlier attempts. ``` sudo rm -rf /var/lib/apt/lists/* && sudo apt-get update ``` So...