Beginner friendly intro on why and how to contribute to open-source software.
open-source
Articles
Projects
django-serverless-cron 🦡
django-serverless-cron
🦡 is a Django
app (library/package) with a simpler approach running cron jobs (mostly in a serverless environment) through HTTP requests with an integration with the Django admin. This allows you to run any task without having to manage always-on infrastructure.
There is also an option to run jobs via management commands and the Django admin.