czue / celery-progress

Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
MIT License
473 stars 90 forks source link

Allow default colors to be accessed without class instantiation #100

Closed giovcandido closed 2 years ago

giovcandido commented 2 years ago

I think this change would help people who want to write custom methods, but still make use of the default colors without having to create a dummy instance just to have access to it.

giovcandido commented 2 years ago

Thanks for the suggestions!

Made the changes. It's good to go now.

czue commented 2 years ago

:+1: thanks!