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
977cfb6f
Commit
977cfb6f
authored
Oct 08, 2014
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tutorial with node orm
parent
3818a96f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
382 additions
and
16 deletions
+382
-16
models.py
documents/models.py
+2
-0
settings.py
gargantext_web/settings.py
+1
-0
gargantext_web_tutorial.ipynb
gargantext_web_tutorial.ipynb
+379
-13
menu.html
templates/menu.html
+0
-3
No files found.
documents/models.py
View file @
977cfb6f
from
django.contrib.auth.models
import
User
from
django.contrib.auth.models
import
User
from
django.db
import
models
from
django.db
import
models
from
django.utils
import
timezone
from
django.utils
import
timezone
from
django_hstore
import
hstore
from
django_hstore
import
hstore
from
treebeard.mp_tree
import
MP_Node
######################################################################
######################################################################
# DATABASES / LANGUAGES
# DATABASES / LANGUAGES
...
...
gargantext_web/settings.py
View file @
977cfb6f
...
@@ -61,6 +61,7 @@ INSTALLED_APPS = (
...
@@ -61,6 +61,7 @@ INSTALLED_APPS = (
'django_extensions'
,
'django_extensions'
,
#'south',
#'south',
'documents'
,
'documents'
,
'node'
,
'django_hstore'
,
'django_hstore'
,
)
)
...
...
gargantext_web_tutorial.ipynb
View file @
977cfb6f
This diff is collapsed.
Click to expand it.
templates/menu.html
View file @
977cfb6f
...
@@ -62,8 +62,6 @@
...
@@ -62,8 +62,6 @@
<script
src=
"{% static "
js
/
jquery-1
.
9
.
1
.
min
.
js
"%}"
></script>
<script
src=
"{% static "
js
/
jquery-1
.
9
.
1
.
min
.
js
"%}"
></script>
<script
src=
"{% static "
js
/
easy
/
jquery
.
easypiechart
.
js
"%}"
></script>
<script
src=
"{% static "
js
/
easy
/
jquery
.
easypiechart
.
js
"%}"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
@@ -76,7 +74,6 @@ $(function() {
...
@@ -76,7 +74,6 @@ $(function() {
</script>
</script>
<script
src=
"{% static "
js
/
bootstrap
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
bootstrap
.
min
.
js
"
%}"
></script>
</body>
</body>
</html>
</html>
...
...
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