/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vxlabs.com
| | www.kencochrane.com
4.4 parsecs away

Travel
| |
| | paulosman.me
3.7 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to use the 'through' argument in Django's ManyToManyField to store additional data in join tables.
| | jinyuz.dev
2.9 parsecs away

Travel
| | Often, I forget how to display the raw SQL of a queryset in Django. This is a quick and easy example of how to do it from django.contrib.auth.models import User qs = User.objects.all() print(qs.query) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user"
| | stevenwaterman.uk
16.3 parsecs away

Travel
| I'm a software developer, technical coach, over-analyser. This is where I do those things. Mostly over-analysing.