Hendrik Schneider
Hendrik Schneider
Hello, you mentioned in #27 that you stopped working on this project. Would you mind to write a hint in the readme that this project is currently not maintained? I...
So, this plugin is build on top of CodePush, which is the old version of appcenter. Can this plugin be configured to be used with MS AppCenter so that there...
## Question I have a structure like this: ``` App: AppA class ModelA(models.Model): some fields .... App: AppB class ModelB(models.Model): linked_field = models.Foreignkey(ModelA, ...) ``` My settings are: ``` CACHALOT_UNCACHABLE_APPS...
Hello, I've tried to use this library with django channels and daphne. Unfortunately, I was not able to get it working. Could you add some documentation? Best wishes
I've just tested rotating Django's SECRET_KEY and my field's couldn't be encrypted anymore even though a SALT_KEY is set: How to replicate: 1) Create a new django project 2) Create...
Add a build process to release to npm on successful builds of the master branch. * **GitHub Actions Workflow**: Add a new workflow file `.github/workflows/release.yml` to handle the npm release...