From ab706fb23a67e0a54fb65922d673ba374504fca8 Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 14 Aug 2017 00:39:13 -0400 Subject: [PATCH] It's 'optimize_later' in INSTALLED_APPS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8523fa3..13dfdcb 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ That's it! If you are using Django, you might want to configure `optimize-later` in `settings.py` instead of adding callbacks directly. -You have to add `'optimize-later'` to `INSTALLED_APPS`. +You have to add `'optimize_later'` to `INSTALLED_APPS`. Then, the list of callbacks as dot-separated import paths can be specified in `'OPTIMIZE_LATER_CALLBACKS'` in `settings.py`. For example: