diff --git a/dje/dashboard.py b/dje/dashboard.py index f69d75c6..b63ca6ae 100644 --- a/dje/dashboard.py +++ b/dje/dashboard.py @@ -67,6 +67,10 @@ def init_with_context(self, context): ) shortcuts = [ + { + "title": _("Documentation"), + "url": "https://dejacode.readthedocs.io/en/latest/", + }, { "title": _("Models documentation"), "url": reverse("admin:docs_models"), diff --git a/dje/templates/includes/footer.html b/dje/templates/includes/footer.html index 6976a41c..ed9f0f0a 100644 --- a/dje/templates/includes/footer.html +++ b/dje/templates/includes/footer.html @@ -3,6 +3,7 @@