Ryan Ermita
Ryan Ermita
python version: 2.7 django version: 1.10.6 django-rq version: 0.9.6. Im unable to call a function inside a class. sample code ```python class SampleClass(models.Model): @staticmethod def my_function(data): return things @property def...
Based on the `README.md` on the `Update your settings.py` section. It says to define `INCIDENT_CHANNEL_ID`. But based on the [demo `settings.py`](https://github.com/monzo/response/blob/master/demo/demo/settings/dev.py) there are `INCIDENT_CHANNEL_ID` and `INCIDENT_REPORT_CHANNEL_ID`. What are the difference...
yo @luanfonceca I tried to create an event. On the closing time datefield when I select october 4, 2017 for example. It shows April 10, 2017 on the event created....