Jordan Koncz
Jordan Koncz
In my application I have a model, let's call it `ModelA`, which does not use the `AuthStampedModel` mixin. I have another model, `ModelB` which uses the `AuthStampedModel` mixin. Part of...
Currently, the `Account.name` field is defined as `name = models.CharField(max_length=50)`. Assuming there is no particular reason why the `max_length` is restricted to 50 characters, could we increase this to `max_length=255`?...
I'm wondering how you would recommended using django-herald so that notifications are sent via both SMS and email. The users in my system will always have an email address, and...
The main change in this pull request is the use of a `docker-compose.yaml` configration for running the 3factor-example project (both Hasura and Postgres). This configuration is based on the 'official'...
Firstly, thanks for taking the time to create this library. I'm trying to use this library along with https://github.com/shyaniv7/react-native-fontawesome-pro. With `react-native-fontawesome-pro`, you can use an icon like so: ``` ```...
I have an app where users can enter their card/member number for various different membership programs. These various programs use different barcode types, and different card/member number lengths; some are...
After successfully linking everything correctly as per the instructions in https://github.com/FidMe/react-native-fast-storage/issues/2 and the new readme, I'm able to create Debug builds of the app which work fine in the Simulator....
In Chrome, if you position the cursor at the top of the name of the swatch, then slowly move it upwards towards the swatch itself, the hex codes will be...
The commands `python manage.py qmonitor` and `python manage.py qinfo` are not displaying information correctly for me. Here's the current output I'm getting from them. `python manage.py qmonitor` ![screen shot 2017-12-07...
So this is a bit of a weird issue. I have been using `django-openinghours` in a project for a while and not having any issues, and today I was working...