Django async tasks configuration
How to configure django to handle async tasks. This is very useful to send emails, send reports and every heavy things you need to process in your site.
Django related posts
How to configure django to handle async tasks. This is very useful to send emails, send reports and every heavy things you need to process in your site.
In this post I'll show you how to use `eval` in the right way and do not have issues or surprises.
Firsts steps into GraphQL using Django. How It works? What can I do with GraphQL?