Austin Pua
Austin Pua
I am currently using `manage.py showmigrations app_name` to do this. It lists down all the migrations for the app, and a migration file has not yet been applied if `[...
> Just to clarify one small thing, are you having this issue locally on in production? I am running this locally, and I am aware that migrations will be run...
@ask what is the official stance concerning this project's status? The django admin functionality is really good and convenient, and it would be a waste to just abandon this project.
I can confirm this issue. My `AsyncHttpConsumer` subclass is mostly based on the example provided in the [docs](https://channels.readthedocs.io/en/latest/topics/consumers.html#asynchttpconsumer). I even hardcoded the group name for debugging purposes. ``` from channels.generic.http...
So, I did a little more digging into the channels source code, and my investigation led me to [this](https://github.com/django/channels/blob/2.2.0/channels/generic/http.py#L73) and [this](https://github.com/django/channels/blob/2.2.0/channels/utils.py#L33). The `await_many_dispatch` method is the one responsible for dispatching...
Confirmed! Using the requirements listed in a [previous post](https://github.com/jrief/django-websocket-redis/issues/47#issuecomment-148168524) works if you use the `./manage.py runserver` to test, and so far it works great with Python 3. I encountered some...
> What version of tizen do you have ? Not sure which tizen you meant, so here are all the versions that could be applicable: Tizen Browser Version: 4.2.11030 Tizen...
It has been a while, but hopefully I will be able to contribute to this library somewhat more consistently again. Anyway, I took a look, and this is happening, because...
Use case I can think of is age verification based on provided SSN, and to be fair, it is much easier to only specify an age range VS having to...
I can confirm that everything mentioned above happens, and it also happens with "Restore resolution on game exit". I prefer my games to run on the aspect ratio dictated by...