Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
0dbf9009
Commit
0dbf9009
authored
Nov 03, 2014
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] for monographs
parent
39cfcf69
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
settings.py
gargantext_web/settings.py
+1
-1
settings.pyc
gargantext_web/settings.pyc
+0
-0
models.pyc
ngram/models.pyc
+0
-0
models.py
node/models.py
+1
-1
models.pyc
node/models.pyc
+0
-0
tinawebJS
static/js/tinawebJS
+1
-1
No files found.
gargantext_web/settings.py
View file @
0dbf9009
...
...
@@ -86,7 +86,7 @@ DATABASES = {
'default'
:
{
'ENGINE'
:
'django.db.backends.postgresql_psycopg2'
,
'NAME'
:
'gargandb'
,
'USER'
:
'
alexandre
'
,
'USER'
:
'
pksm3
'
,
'PASSWORD'
:
'C8kdcUrAQy66U'
,
#'USER': 'gargantext',
#'PASSWORD': 'C8krdcURAQy99U',
...
...
gargantext_web/settings.pyc
View file @
0dbf9009
No preview for this file type
ngram/models.pyc
View file @
0dbf9009
No preview for this file type
node/models.py
View file @
0dbf9009
...
...
@@ -97,7 +97,7 @@ class Node(CTENode):
def
add_resource
(
self
,
**
kwargs
):
resource
=
Resource
(
**
kwargs
)
# TODO: v
érifier si tous ces 'save' sont ré
ellement utiles
# TODO: v
erifier si tous ces 'save' sont re
ellement utiles
resource
.
save
()
node_resource
=
Node_Resource
(
node
=
self
,
...
...
node/models.pyc
View file @
0dbf9009
No preview for this file type
static/js/tinawebJS
View file @
0dbf9009
/srv/gargantext_lib/js/tinawebJS
\ No newline at end of file
/srv/tinawebJS
\ No newline at end of file
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