DEV Community

Discussion on: Tired of Deployments, built my own Heroku

Collapse
 
smyja profile image
Smyja

Does this support celery and rabbitmq for django? Also are there tutorials on deployment on Django

Collapse
 
kostjapalovic profile image
Kostja Appliku.com

Hello, Smyja!
Yes, I made the effort so that it is easy to run django with celery and rabbitmq simple.

When you create an app, tap the box with that says "create rabbitmq, postgresql, redis" and the only thing in your app is needed is to respect DATABASE_URL,CELERY_BROKER_URL and REDIS_URL.

In Procfile you add web worker, celery worker.
that's all that is needed to run celery.

Collapse
 
smyja profile image
Smyja

Okay. Also , I can't link my Aws educate account. I keep getting an EC2 error.

Thread Thread
 
kostjapalovic profile image
Kostja Appliku.com

Contact me on 123 at appliku com i will be happy to assist you! I am sure it is something with policies for those credentials you are using.

Thread Thread
 
kostjapalovic profile image
Kostja Appliku.com

This should help.
Check that you have all needed Policies added
appliku.com/articles/how-to-deploy...