From c60e3fb9fe5f16a13e6838ec88dc758c12d62a72 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Wed, 21 Oct 2015 17:03:46 +0100 Subject: [PATCH] Add training app to installed apps --- PyRIGS/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index b62970e9..f7e4ff2d 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -44,6 +44,7 @@ INSTALLED_APPS = ( 'django.contrib.messages', 'django.contrib.staticfiles', 'RIGS', + 'training', 'debug_toolbar', 'registration',