pythonwood

Results 11 comments of pythonwood

I had a little looked into drf source. because form/json data render and **parser** need to modify both, Maybe it take a lot patch ? by the way, I wonder...

> 有了这个Serializer,AnotherSerializer我能看到的第二个屏幕的HTML表单。你怎么认为? Yeah, you do it. It is good enought for my case (It take "Unknow" became null is right, thanks). Hope to good case in nest mode and hope...

I think key error is . so use postgis can pass this error. howerver, should sqlite3 backend be supported ?

Fully compatible with previous versions

thanks for your suggestion , I will do it that way.

### (new name) **fscmd** is coming soon ##### first step: [fscmd](https://test.pypi.org/project/fscmd/) in testpypi `python3 -m pip install --index-url https://test.pypi.org/simple/ fscmd==0.0.2` [packaging doc](https://packaging.python.org/tutorials/packaging-projects/) help a lot ##### next step: need much...

gunicorn support async base worker offically now. may be is time to rewrite UvicornWorker([AsyncWorker](https://github.com/benoitc/gunicorn/blob/master/gunicorn/workers/base_async.py)). AsyncWorker source: ``` class AsyncWorker(base.Worker): ... def handle_request(self, listener_name, req, sock, addr): ... request_time = datetime.now()...

> @LittleGhosts It's useful to change debug.min.js for Chrome like this: > change > $("#tab-web .iframe-box").html(''); > to > $("#tab-web .iframe-box").html(''); It work for me , and change 900px a...

### android 7 device test(kernel 4.1 arm64) **./frida-server-16.0.19-android-arm64** `unable to stat file for the executable "/memfd:frida-helper-32 (deleted)": No such file or directory` **./frida-server-16.0.10-android-arm64** **(no error)**

drf Response is not ok while I set `"SERIALIZER": "django_redis.serializers.json.JSONSerializer",` and use `@method_decorator(cache_page(30))` just like [drf doc](https://www.django-rest-framework.org/api-guide/caching/) `TypeError: Object of type 'Response' is not JSON serializable` change to pickle serializer...