Add a user profile
[climbing.kerkeslager.com] / src / core / settings.py
index 541e767..f338b7a 100644 (file)
@@ -37,6 +37,11 @@ INSTALLED_APPS = [
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
+    'climbing',
+    'nutrition',
+    'training',
+    'user_profile',
+    'core',
 ]
 
 MIDDLEWARE = [