Adds django rq
This pull request will add RQ and the django-rq packages to chipy.org. I also put the contact email on a background worker as a demo.
I need to look into how to run the tests with this setup though as it is going to provide for some additional complexity. Contact form email test currently fails with this setup.
I will probably end up canceling this pull request as we would need a second dyno for the site. This would cost additional $$$. :man_shrugging:
Let me know if you have a good use case such that we could justify the additional cost. Honestly, though we can probably just schedule most of the intensive tasks we want to add with chron (scheduler) to run on off hours.