Lecturer at Stanford, Founder of 4thly, Mentor at the Miller Center for Social Entrepreneurship.
-
4thly
- Silicon Valley
- http://4thly.com
Stars
Common things every Django project needs :-) It provides lot of helper functions, commonly used middlewares, context processors, custom email/auth backends, session helpers etc.
Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. B…