flamingo-run / django-cloud-tasks

It's like Celery, but with Serverless Google Cloud products.
Apache License 2.0
46 stars 12 forks source link

Usage docs #6

Closed valyagolev closed 2 years ago

valyagolev commented 3 years ago

Big fan of the project! But no docs at all? I wrote some stuff down for the next person – or for myself in a month when I forget how to use it.

P.S. I had to vendor it because I'm using pipenv, not poetry – any chance at simply using neither for maximum support?

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 3ccc37f0 and detected 0 issues on this pull request.

View more on Code Climate.

joaodaher commented 3 years ago

@valyagolev , Thanks for the contribution, the project is quite new and it's been used internally only, it could really use more docs.d You should be able to install it normally since it's in Pypi:

pip install django-google-cloud-tasks should do the trick.

valyagolev commented 3 years ago

Yeah, feel free to merge the docs I wrote, why not?

thclark commented 2 years ago

Hey @joaodaher I'm absolutely loving this project, what a hero! It'd be great to get this merged though, it'd make it much easier to figure out :)

valyagolev commented 2 years ago

i regret that i wasted my time figuring out and writing those docs. it's one click of a button to merge it. whatever

thclark commented 2 years ago

Argh @valyagolev it was really helpful to have it left open, people like me won’t find it if the PR is closed.

valyagolev commented 2 years ago

@thclark feel free to use my fork https://github.com/valyagolev/django-cloud-tasks

thclark commented 2 years ago

Thanks @valyagolev I will!!