Explore >> Select a destination


You are here

vxlabs.com
| | taylorbrazelton.com
15.5 parsecs away

Travel
| |
| | www.laceyhenschel.com
16.6 parsecs away

Travel
| | This week I needed to manipulate the privacy of a Wagtail page programmatically. The Wagtail docs show you how to edit page privacy in the admin UI, but it doesn't peek behind the curtain to show you the code. The example here is a result of my Google searching.
| | masnun.com
8.7 parsecs away

Travel
| | So this is what happened - I built an url shortening service at work for internal use. It's a very basic app - shortens urls and tracks clicks. Two models - `URL` and `URLVisit`. `URL` model contains the full url, slug for the short url, created time etc. `URLVisit` has information related to the click, [...]
| | www.jennapederson.com
59.9 parsecs away

Travel
| Here's how you can manage Python versions and packages with `uv`.