Rubén Mosquera Varela

Results 3 comments of Rubén Mosquera Varela

Hi! I'm trying to set CONTEXT in docker-compose enviroment, and likes env var are not read. I can see the CONTEXT var value on container, but mongoadmin stills listen on...

provisional solution [here](https://github.com/arteria/django-background-tasks/issues/130#issuecomment-468181194)

Same problem here! As a workarround to can use django-backgorund-tasks and AppConfig together, you can use `default_app_config = 'core.apps.CoreConfig'` on your app `__init__.py`, and use ``` INSTALLED_APPS = [ 'core',...