Kalil de Lima
Kalil de Lima
This PR adds support for multiple person instant messages+ These are shown as channels by the moment. Maybe a further enhancement is adding a divisor in the channel column
adds a condition to the lambda that sorts the channels to send the general channels first as mentioned in #71
update sphinx add html documentation to repo
make all tests pass.
Basically this pr updates this to django 3.0 and makes it able to run python manage.py runserver successfully
Some indexes in the python style guide that are not pointing to where they should point
A campaign takes several emails and users entering in and out of it. This is possible right now trough multiple drips but is not very intuitive. We need to track...
RIght now drips are handled trough a cron job. Integrating celery into it would be a good idea. Since we want to support the current users, have the option to...