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