Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CoopStarter Data
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Startin blox
A
applications
Coop Starter
CoopStarter Data
Commits
355f1865
Commit
355f1865
authored
Nov 01, 2019
by
Benoit Alessandroni
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into update-on-readme
parents
aa923085
77976006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
coopstarter_data/models.py
coopstarter_data/models.py
+1
-2
No files found.
coopstarter_data/models.py
View file @
355f1865
...
...
@@ -176,12 +176,11 @@ class Resource (Model):
"type"
,
"submitter"
,
"related"
,
"likes"
,
"review"
,
"country"
]
serializer_fields
=
[
"@id"
,
"name"
,
"description"
,
"skills"
,
"author"
,
"target"
,
"uri"
,
"publication_year"
,
"format"
,
\
"conversations"
,
"steps"
,
"language"
,
"fields"
,
"country"
,
\
"type"
,
"submitter"
,
"related"
,
"likes"
,
"review"
,
"sharing"
,
"preview_image"
]
"type"
,
"submitter"
,
"related"
,
"likes"
,
"review"
,
"sharing"
,
"preview_image"
,
"iframe_link"
]
container_path
=
'resources/'
rdf_type
=
'coopstarter:resource'
anonymous_perms
=
[
'view'
]
authenticated_perms
=
[
'inherit'
,
'add'
]
rdf_context
=
{
'preview_image'
:
'foaf:depiction'
}
def
__str__
(
self
):
return
self
.
name
...
...
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