diff --git a/doc/source/topics/tutorial.rst b/doc/source/topics/tutorial.rst index 49083fcac2..a0b561d600 100644 --- a/doc/source/topics/tutorial.rst +++ b/doc/source/topics/tutorial.rst @@ -479,6 +479,7 @@ The most basic thing to do is to add your own custom dashboard using the } Please note, the dashboards also must be added to settings.py:: + INSTALLED_APPS = ( 'openstack_dashboard', ...