Skip to content

Commit 488992b

Browse files
committed
Merge branch 'add-introduction-tutorial' of https://github.com/RadoRado/graphene-django
2 parents 0ec8d2c + 5d77948 commit 488992b

31 files changed

+1131
-38
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,16 @@ target/
6565
# Databases
6666
*.sqlite3
6767
.vscode
68+
69+
# swap
70+
[._]*.s[a-v][a-z]
71+
[._]*.sw[a-p]
72+
[._]s[a-v][a-z]
73+
[._]sw[a-p]
74+
# session
75+
Session.vim
76+
# temporary
77+
.netrwhist
78+
*~
79+
# auto-generated tag files
80+
tags

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
# General information about the project.
6565
project = u'Graphene Django'
66-
copyright = u'Graphene 2016'
66+
copyright = u'Graphene 2017'
6767
author = u'Syrus Akbary'
6868

6969
# The version info for the project you're documenting, acts as replacement for

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Contents:
66
.. toctree::
77
:maxdepth: 0
88

9-
tutorial
9+
tutorial-plain
10+
tutorial-relay
1011
filtering
1112
authorization
1213
debug

0 commit comments

Comments
 (0)