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
d0e6a896
Commit
d0e6a896
authored
Nov 05, 2014
by
PkSM3
Browse files
Options
Browse Files
Download
Plain Diff
[UPDATE] Reboot
parents
4eab6f6f
00f422e6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
clean
clean
+3
-0
settings.py
gargantext_web/settings.py
+1
-1
models.py
node/models.py
+4
-0
tinawebJS
static/js/tinawebJS
+1
-0
No files found.
clean
0 → 100755
View file @
d0e6a896
#!/bin/bash
find
.
-name
'*.pyc'
-delete
gargantext_web/settings.py
View file @
d0e6a896
...
@@ -86,7 +86,7 @@ DATABASES = {
...
@@ -86,7 +86,7 @@ DATABASES = {
'default'
:
{
'default'
:
{
'ENGINE'
:
'django.db.backends.postgresql_psycopg2'
,
'ENGINE'
:
'django.db.backends.postgresql_psycopg2'
,
'NAME'
:
'gargandb'
,
'NAME'
:
'gargandb'
,
'USER'
:
'
alexandre
'
,
'USER'
:
'
pksm3
'
,
'PASSWORD'
:
'C8kdcUrAQy66U'
,
'PASSWORD'
:
'C8kdcUrAQy66U'
,
#'USER': 'gargantext',
#'USER': 'gargantext',
#'PASSWORD': 'C8krdcURAQy99U',
#'PASSWORD': 'C8krdcURAQy99U',
...
...
node/models.py
View file @
d0e6a896
...
@@ -96,9 +96,13 @@ class Node(CTENode):
...
@@ -96,9 +96,13 @@ class Node(CTENode):
def
add_resource
(
self
,
**
kwargs
):
def
add_resource
(
self
,
**
kwargs
):
<<<<<<<
HEAD
# only for tests
# only for tests
resource
=
Resource
(
guid
=
str
(
time
()),
digest
=
str
(
time
()),
**
kwargs
)
resource
=
Resource
(
guid
=
str
(
time
()),
digest
=
str
(
time
()),
**
kwargs
)
=======
resource
=
Resource
(
**
kwargs
)
>>>>>>>
00
f422e66ce8fcb7f534fdb51a21500042c8b6f9
# TODO: verifier si tous ces 'save' sont reellement utiles
# TODO: verifier si tous ces 'save' sont reellement utiles
resource
.
save
()
resource
.
save
()
node_resource
=
Node_Resource
(
node_resource
=
Node_Resource
(
...
...
static/js/tinawebJS
0 → 120000
View file @
d0e6a896
/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