CodeLover
Railway volumes in Django not working as expected
Thank you very much. After reading the guid carefully, I realized you were right about paths being incorrect. Indeed, I thought the media directory would be created inside my Django project directory, but it was one level up my directory, so I had to use the ../media relative path to access the volume storage directory. I tried to deploy some changes and the files are still accessible. Thank you
11 replies
How to stop celery worker in my project?
Alright, I get your point. I already have a redis service in my project. Now practically speaking, can I start the celery server from the redis service (start command for example) instead of starting celery from my Procfile along with gunicorn?
8 replies