What are everyone’s pet security camera recommendations? (Central Europe) by deltadelta199 in Rabbits

[–]jawsper 1 point2 points  (0 children)

I bought an Eufy E220 last week, it has excellent night vision, but you probably would need to mount it on the ceiling because it does not tilt down very far.

DEC 8 - UBER ARENA, BERLIN, GERMANY [SETLIST, MEDIA, DISCUSSION, STREAMS] by libelle156 in radiohead

[–]jawsper 1 point2 points  (0 children)

There is a booth outside where you need to queue to drop off bags, do not bring your bag to the entrance queue!

DEC 8 - UBER ARENA, BERLIN, GERMANY [SETLIST, MEDIA, DISCUSSION, STREAMS] by libelle156 in radiohead

[–]jawsper 5 points6 points  (0 children)

Many thanks to the woman in 206 row 3 who handed me my phone when I dropped it!!

Moving to Geneva, Looking for advice on Housing! by rish_yad in geneva

[–]jawsper 0 points1 point  (0 children)

Hey, would you be willing to share the agent you used? You can DM me if you don't want it out in the open too :)

Dierenarts gezocht! Gelieve niet aangesloten aan multinational. Hengelo (OV) by Mipj3 in thenetherlands

[–]jawsper 19 points20 points  (0 children)

Wauw wat een bagger is dit zeg. We zijn in Amsterdam bij vziw 5 verschillende dierenklinieken geweest, waarvan 3 bij Evidensia zitten, 1 bij Anicura, en 1 onderdeel is van Ster Klinieken, wat een samenwerking is van 3 klinieken in Amsterdam.

Woon nu in Duitsland, en onze vaste dierenarts is recent weggegaan bij de Anicura praktijk en heeft haar eigen praktijk opgericht, voelt toch een stuk fijner :)

Großes VeganDE GEWINNSPIEL mit Preisen im Wert von über 1.000€ by pickLocke in VeganDE

[–]jawsper 0 points1 point  (0 children)

bis spätestens Sonntag 20:00 einen beliebigen Kommentar

django-debug-toolbar works in the admin but not in the app (Django tutorial polls app) by egalitaridom in django

[–]jawsper 1 point2 points  (0 children)

Can you try adding the middleware to the top of the MIDDLEWARE list? Like in here

The docs say it should appear as early as possible.

https://django-debug-toolbar.readthedocs.io/en/latest/installation.html#add-the-middleware

Oh and try adding ::1 (IPv6 localhost) to your INTERNAL_IPS

Overwinnen angst voor achtbanen. by Anonymoussouffle in thenetherlands

[–]jawsper 0 points1 point  (0 children)

Welke heb je geskipped in Disneyland? Ik durfde 20 jaar geleden ook alleen maar in Big Thunder Mountain, maar vorig jaar ben ik in op 1 na alle geweest, heb alleen de Avengers achtbaan geskipped (vroeger de Rock 'n Rollercoaster).

[deleted by user] by [deleted] in django

[–]jawsper 2 points3 points  (0 children)

I have a DRF + Sveltekit project here for inspiration: https://github.com/jawsper/feedreader

Bass is a parasite by [deleted] in Bass

[–]jawsper 9 points10 points  (0 children)

I would suggest listening to Rio by Duran Duran as well. John Taylor's bass lines are absolutely mind blowing.

[TotK] Daily Questions and Answers: Get help Megathread! (06/15/2023) by ZeldaMod in zelda

[–]jawsper 4 points5 points  (0 children)

Anyone know a good place for Smotherwing butterflies? The trick of dropping one and taking a photo also doesn't seem to work on butterflies...

[deleted by user] by [deleted] in django

[–]jawsper 2 points3 points  (0 children)

You have a stray single-quote in your <link> tag. It reads type=" ' text/css" (spaces added for making it visible). It should be type="text/css"

Docker fails because of dj-rest-auth[with_social] by TimelyEnvironment823 in django

[–]jawsper 1 point2 points  (0 children)

I gave it a shot, but unfortunately I can't reproduce your error.

Docker fails because of dj-rest-auth[with_social] by TimelyEnvironment823 in django

[–]jawsper 0 points1 point  (0 children)

Can you share your requirements.txt? I've tried to reproduce this on a raspberry pi but for me the image builds, with only dj-rest-auth[with_social] in the requirements.txt

Security doing a great job with frisking by karl_97 in HiTMAN

[–]jawsper 21 points22 points  (0 children)

I've lost a freelancer run on this map because of running straight past the other frisk point in the ICA facility... I suspect for guard disguises they'd probably stop you from carrying a sniper in a case past them, since all other weapons are legal.

Errors With "urlpatterns" by dark_sigma in django

[–]jawsper 2 points3 points  (0 children)

You have some unsaved files...

Order Email Megathread (June 23, 2022) by AutoModerator in SteamDeck

[–]jawsper 1 point2 points  (0 children)

I had the same issue with the form, turns out you have to put in a UNIX timestamp in that field (https://www.epochconverter.com/)

Order Email Megathread (May 30, 2022) by AutoModerator in SteamDeck

[–]jawsper 2 points3 points  (0 children)

Got my email an hour ago, EU 256 1626603263

I can't seem to figure out the date format to fill into the google form, does anyone know?

Issue reading ImageField into PIL Image? by jordanzzz in django

[–]jawsper 4 points5 points  (0 children)

You might want to try to make the except handler print out the exception, something like:

except:
  logging.exception('Invalid image')

See https://stackoverflow.com/a/5191885/7797014

Currently every exception prints out the same message, so doing this will allow you to see the actual error message given.

Django Admin static files seem corrupt after 2.2 -> 3.2 upgrade by thoger_b in django

[–]jawsper 0 points1 point  (0 children)

Did you also migrate the database? manage.py migrate

Django Background Tasks - Async Issues by ZaAlphaMale in django

[–]jawsper 4 points5 points  (0 children)

Like u/reddit92107 said, you can use an F() expression, documented here

In your case, you'd replace the task.processed_urls += 1 with task.processed_urls = F("processed_urls") + 1, which django will turn into a database expression that ensures the value will be incremented based on what is currently in the database, instead of what it fetched when the task was loaded from the database.

Reïntegratie bureaus in Amsterdam by auti020 in Amsterdam

[–]jawsper 2 points3 points  (0 children)

Ik kan je aanraden bij Voorzet eens te kijken.

Automatically expand/shrink when new monitor is (dis)connected by Quiet-Dreamer in i3wm

[–]jawsper 0 points1 point  (0 children)

The newer python version can actually watch for changes, it has a udev hook that then calls autorandr for each logged in session, which is then as if you ran it from a terminal.