Peter Pfeufer

Results 40 comments of Peter Pfeufer

Hey there, urls.py: ```python import debug_toolbar from django.conf import settings from django.conf.urls import url from django.urls import include, path from allianceauth import urls urlpatterns = [ # debug toolbar path("__debug__/",...

And yes, it is locally Need the apache conf as well?

I actually had to google what that is, so I would say no.

Setting `RENDER_PANEL` to False does indeed result in a rendered History panel. But I get an Internal Server Error when clicking on "switch" on an Ajax call ``` [23/Jun/2021 19:21:31]...

This looks like a mobile Browser which makes heavy use of cache to save traffic. Have you verified with a browser from your Desktop (Hit Ctrl + F5)?

PS.: And at some point I learn how to write a title properly :-)

Remove the trailing whitespace from the IPs

What you blocked is probably only what the Ad linked to, not what it is served from.

Try `tcp://[2001:4652:5f5:0:bd84:5904:79ef:3fd7]`

Set a static IP address on your RasPi For RasPi OS: ```shell sudo nano /etc/dhcpcd.conf ``` And you'll see this example ```plaintext # Example static IP configuration: #interface eth0 #static...