From 3e7e918c356763ff29c564f8da42dc97440ece86 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Mon, 6 Mar 2017 08:21:24 +0100
Subject: [PATCH] Activate new sparated apps

---
 SciPost_v1/settings/base.py | 2 ++
 SciPost_v1/urls.py          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/SciPost_v1/settings/base.py b/SciPost_v1/settings/base.py
index ec132d3dd..6bbf98dff 100644
--- a/SciPost_v1/settings/base.py
+++ b/SciPost_v1/settings/base.py
@@ -86,9 +86,11 @@ INSTALLED_APPS = (
     'commentaries',
     'comments',
     'journals',
+    'news',
     'scipost',
     'submissions',
     'theses',
+    'virtualmeetings',
     'webpack_loader'
 )
 
diff --git a/SciPost_v1/urls.py b/SciPost_v1/urls.py
index 9b85d34e8..9391da293 100644
--- a/SciPost_v1/urls.py
+++ b/SciPost_v1/urls.py
@@ -31,5 +31,5 @@ urlpatterns = [
     url(r'^submission/', include('submissions.urls', namespace="submissions")),
     url(r'^theses/', include('theses.urls', namespace="theses")),
     url(r'^thesis/', include('theses.urls', namespace="theses")),
-    # url(r'^captcha/', include('captcha.urls')),
+    url(r'^news/', include('news.urls', namespace="news")),
 ]
-- 
GitLab