You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The send half of OpenOutreach: reads qualified leads on stdin (outfind find --json | outsend), persists them to its own store, and sends on its own clock.
An easy-to-use and adaptable Events/Agenda Timetable app for Django, requiring no additional dependencies. Designed to integrate smoothly into any Django project including Wagtail CMS and Django CMS, it can be effortlessly embedded on any webpage. With its straightforward design, this app package is perfect for displaying events timetable easily.
Unofficial ISTAT API written in Django. The result is a Django app that you can plug into your existing Django project to localize the ISTAT API. - The resources are: Region, Provinces and Cities. - The data are taken from the ISTAT API (https://www.istat.it/it/archivio/6789)
django-totp adds two-factor authentication (2FA) to a Django project with encrypted secret storage, QR-code enrollment, one-time backup codes, email-based account recovery, and JWT-aware login endpoints - all exposed as a small, composable set of DRF views. Docs: https://packagesphere.github.io/django-totp/
A simple note taking API for Django that supports creating notes and a folder structure. Built for the purpose of learning how to use the Django REST Framework to build a CRUD API.
A simple todo app where user can add their task. User can mark an added task as completed . They can delete only completed task or all added task as they wish.