Borgstrom ♔

Results 19 comments of Borgstrom ♔

Without a server component there's no way to make this reliably happen over a wide area network, and not needing a server was one of the goals of this extension....

So, I was thinking about this some more last night. Maybe a server is the wrong way to go about it. What if we just leverage some of the free...

I figured since (a) this isn't sensitive stuff and doesn't need to be encrypted and (b) is going to be simple user to user chat we can probably use something...

I believe I've just run into this issue while using django-fluent-pages. Is there any way to work around it?

Since the ModelAdmin is part of django-fluent-pages can you please provide direction on where I should set the `list_per_page` value. I'll subclass your ModelAdmin and register it instead of the...

Hi @rgreinho 👋, * `black` is something that's been on our radar, we already use it internally and in our other open source projects but we ended up open sourcing...

Hi @mgwilliams, Sorry for the delay! I was out on vacation/traveling. Yes, can you please bump the version in `setup.py` and also fill out the `CHANGELOG.rst`.

Can you please share example code that shows your Model and how you are loading & querying data? It will better help understand what's not working as you expect.

We don't currently support `Table` inheritance because of the way our meta-class works. We would need to do something similar to #46 where we added support for inheritance on the...