core: remove README wiki page that wasn't helpful and anyway broken with rst files

This commit is contained in:
Antoine Bartuccio 2019-10-08 11:12:22 +02:00
parent c73f4ca847
commit 2a9b89fd2a
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 0 additions and 7 deletions

View File

@ -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"