Skip to content

Commit

Permalink
fix celery docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
jvacek committed May 14, 2023
1 parent d09ea03 commit f11dd57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
else:
sys.path.insert(0, os.path.abspath("/app"))
os.environ["DATABASE_URL"] = "sqlite:///readthedocs.db"
os.environ["CELERY_BROKER_URL"] = os.getenv("REDIS_URL", "redis://redis:6379")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.local")
django.setup()

Expand Down

0 comments on commit f11dd57

Please sign in to comment.