Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
2a9b89fd
Verified
Commit
2a9b89fd
authored
Oct 08, 2019
by
Sli
Browse files
core: remove README wiki page that wasn't helpful and anyway broken with rst files
parent
c73f4ca8
Pipeline
#2060
passed with stage
in 34 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/management/commands/populate.py
View file @
2a9b89fd
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment