Results 5 comments of Luis Vieira

Can we add an option on these configurations for postgres to allow us to use the `if-exists` condition on these drop constraints? https://www.postgresql.org/docs/current/app-pgrestore.html

No, Im testing with redis running locally from my docker compose environment and redis has no password. ```python REDIS_URL = env.str("REDIS_URL") CELERY_BROKER_URL = REDIS_URL ``` ```.env REDIS_URL="redis://redis:6379/0" ```

Yeah the URL is set correctly, as the broker url just references the redis url as you can see on my previous comment.

It would definitely be very interesting to be able to create static store ids/model ids for local development and such.