I mostly share Gists about the Django ecosystem here!
Pinned Loading
-
django-admin-search-fields
django-admin-search-fields PublicDjango Admin Search Fields allows users to dynamically selecting search fields on list page
Python 2
-
Django Parler Serializer To Take Onl...
Django Parler Serializer To Take Only Selected Language's Data 1from django.conf import settings
23LANGUAGES_CODES = [code for code, _ in settings.LANGUAGES]
4DEFAULT_LANG = settings.PARLER_LANGUAGES['default'].get('fallback')
5 -
Accept Base64 Image with Django Parl...
Accept Base64 Image with Django Parler Rest 1from rest_framework import serializers
2from django.db import models
34from drf_extra_fields.fields import Base64ImageField
5from parler.models import TranslatableModelMixin, TranslatedFieldsModel
-
Django Channels Authanticate User Wi...
Django Channels Authanticate User With JWT Token.py 1# inspired by https://hashnode.com/post/using-django-drf-jwt-authentication-with-django-channels-cjzy5ffqs0013rus1yb9huxvl
2# Caution! This is not secure for long live auth tokens.
34# costum_middleware.py
5from rest_framework_simplejwt.tokens import UntypedToken
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.