Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
db997c4d
Commit
db997c4d
authored
Oct 18, 2018
by
Ryan Herbert
Browse files
vidjil_utils.py init_db_helper fix var ref
See
#3577
parent
6f929f98
Pipeline
#44687
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/modules/vidjil_utils.py
View file @
db997c4d
...
...
@@ -721,4 +721,4 @@ def init_db_helper(db, auth, force=False, admin_email="plop@plop.com", admin_pas
'PAX5'
]
for
tag
in
tags
:
tid
=
db
.
tag
.
insert
(
name
=
tag
)
db
.
group_tag
.
insert
(
group_id
=
public_group
,
tag_id
=
tid
)
db
.
group_tag
.
insert
(
group_id
=
id_
public_group
,
tag_id
=
tid
)
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