-
THY, Turkish Technology
- Ankara
Pinned Loading
-
querystring-serializer
querystring-serializer PublicQuerystringSerializer is a TypeScript class that provides serialization and deserialization of objects to and from URL-encoded query strings. It supports handling nested objects and arrays within t…
TypeScript 1
-
FlutterHack/earth-sweeper
FlutterHack/earth-sweeper PublicA Flutter Hackathon '20 Project.
-
Allows rest framework to return spec...
Allows rest framework to return specific fields given by client. Its also allows nested field returns like django admin. Very useful, use with caution. 1class DynamicFieldMixin(serializers.ModelSerializer):
2"""
3A ModelSerializer that takes an additional `fields` argument that
4controls which fields should be displayed.
5 -
django_sql_runner.py
django_sql_runner.py 1# The query
2query = """
34SELECT * FROM "testapp_modelname" WHERE key=319995 ORDER BY create_datetime;
5SELECT * FROM "testapp_modelname" WHERE key=207331 ORDER BY create_datetime;
-
fcgi python 3 syntax fixed
fcgi python 3 syntax fixed 1# encoding: utf-8
23# FastCGI-to-WSGI bridge for files/pipes transport (not socket)
4#
5# Copyright (c) 2002, 2003, 2005, 2006 Allan Saddi <[email protected]>
-
Handle ErrorTypePublic and ErrorType...
Handle ErrorTypePublic and ErrorTypeBind errors on the middleware for validator/v10 of gin. Migrated from https://github.com/gin-gonic/gin/issues/430#issuecomment-446113460. 1package middleware
23import (
4"errors"
5"fmt"
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.