Tivix / django-cron

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. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
891 stars 189 forks source link

changed outdated Django syntax to updated Django syntax #244

Open DiogoPaciencia opened 7 months ago

DiogoPaciencia commented 7 months ago

Essentialy just changed "index_together" to "indexes".

jorenham commented 1 month ago

dupe of #233

But I don't think this will work for all databases, because some might require to change their indices because of this, but don't quite me on that

Either way, it doesn't matter; this project is abandoned 😞