From ec23f219fc2f438bb5512ca3199528c6104eaf49 Mon Sep 17 00:00:00 2001 From: eXeCUT notebook Date: Fri, 6 Aug 2021 09:17:59 +0300 Subject: [PATCH] #10 Added aldryn_translation_tools to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b720e3a..5d1c5d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ https://github.com/aldryn/aldryn-categories/ Installation ------------ -1. Add `'multimenus'` to INSTALLED_APPS in your Django project's +1. Add `'multimenus'` and `'aldryn_translation_tools'` to INSTALLED_APPS in your Django project's settings file. 2. `python manage.py migrate multimenus`.