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
87f0e95c
Commit
87f0e95c
authored
Jul 10, 2018
by
Guilhem Saurel
Browse files
Dependency.robotpkg: not yet implemented
parent
2884afd5
Pipeline
#909
passed with stages
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
87f0e95c
...
@@ -750,7 +750,7 @@ class ContributorMail(models.Model):
...
@@ -750,7 +750,7 @@ class ContributorMail(models.Model):
class
Dependency
(
models
.
Model
):
class
Dependency
(
models
.
Model
):
project
=
models
.
ForeignKey
(
Project
,
on_delete
=
models
.
CASCADE
,
related_name
=
'dependencies'
)
project
=
models
.
ForeignKey
(
Project
,
on_delete
=
models
.
CASCADE
,
related_name
=
'dependencies'
)
library
=
models
.
ForeignKey
(
Project
,
on_delete
=
models
.
CASCADE
,
related_name
=
'rdeps'
)
library
=
models
.
ForeignKey
(
Project
,
on_delete
=
models
.
CASCADE
,
related_name
=
'rdeps'
)
robotpkg
=
models
.
BooleanField
(
default
=
False
)
robotpkg
=
models
.
BooleanField
(
default
=
False
)
# TODO NYI
cmake
=
models
.
BooleanField
(
default
=
False
)
cmake
=
models
.
BooleanField
(
default
=
False
)
class
Meta
:
class
Meta
:
...
...
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