|
You are here |
www.django-rest-framework.org | ||
| | | | |
gist.github.com
|
|
| | | | | reverse m2m widget in django admin. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
keepsimple.dev
|
|
| | | | | In this tutorial we will be setting up authentication for our GeoIP API | |
| | | | |
jinyuz.dev
|
|
| | | | | 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" | |
| | | | |
humberto.io
|
|
| | | Implement the JWT authentication model using Angular 6 for the frontend and Django 2 for the backend | ||