Commit 0dbf9009 authored by PkSM3's avatar PkSM3

[BUGFIX] for monographs

parent 39cfcf69
......@@ -86,7 +86,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'gargandb',
'USER': 'alexandre',
'USER': 'pksm3',
'PASSWORD': 'C8kdcUrAQy66U',
#'USER': 'gargantext',
#'PASSWORD': 'C8krdcURAQy99U',
......
No preview for this file type
......@@ -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: verifier si tous ces 'save' sont reellement utiles
resource.save()
node_resource = Node_Resource(
node = self,
......
No preview for this file type
/srv/gargantext_lib/js/tinawebJS
\ No newline at end of file
/srv/tinawebJS
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment