mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
core: remove README wiki page that wasn't helpful and anyway broken with rst files
This commit is contained in:
parent
c73f4ca847
commit
2a9b89fd2a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user