From 2a9b89fd2ac7d61f5a06c0b5a3fd73688a2cbffa Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Tue, 8 Oct 2019 11:12:22 +0200 Subject: [PATCH] core: remove README wiki page that wasn't helpful and anyway broken with rst files --- core/management/commands/populate.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/management/commands/populate.py b/core/management/commands/populate.py index 19ccf357..fcd13908 100644 --- a/core/management/commands/populate.py +++ b/core/management/commands/populate.py @@ -377,13 +377,6 @@ Welcome to the wiki page! """, ).save() - # Adding README (discuss if really necessary) - p = Page(name="README") - p.save(force_lock=True) - p.view_groups = [settings.SITH_GROUP_PUBLIC_ID] - p.save(force_lock=True) - with open(os.path.join(root_path) + "/README.rst", "r") as rm: - PageRev(page=p, title="README", author=skia, content=rm.read()).save() # Subscription default_subscription = "un-semestre"