Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
8b2d9ce9
Commit
8b2d9ce9
authored
Feb 20, 2018
by
Guilhem Saurel
Browse files
HRP2-dev
parent
e231342a
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/migrations/0002_forges_groups.py
View file @
8b2d9ce9
...
...
@@ -28,6 +28,7 @@ def groups(apps, schema_editor):
Namespace
.
objects
.
create
(
name
=
'Humanoid Path Planner'
,
group
=
True
)
Namespace
.
objects
.
create
(
name
=
'Gepetto'
,
group
=
True
)
Namespace
.
objects
.
create
(
name
=
'Pyrène Dev'
,
group
=
True
)
Namespace
.
objects
.
create
(
name
=
'HRP2 Dev'
,
group
=
True
)
class
Migration
(
migrations
.
Migration
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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