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
f5b07887
Commit
f5b07887
authored
Jan 08, 2016
by
Skia
Browse files
Fix typo in setup
parent
8ebd6c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/management/commands/setup.py
View file @
f5b07887
...
...
@@ -38,7 +38,7 @@ class Command(BaseCommand):
is_superuser
=
False
,
is_staff
=
False
)
u
.
set_password
(
"plop"
)
u
.
save
()
p
=
Page
(
name
=
'
a
ide_syntaxe'
)
p
=
Page
(
name
=
'
A
ide_
sur_la_
syntaxe'
)
p
.
set_lock
(
s
)
p
.
save
()
PageRev
(
page
=
p
,
title
=
"Aide sur la syntaxe"
,
author
=
s
,
content
=
"""
...
...
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