Authentication is not currently handled, if you deploy to production you are likely exposing data publicly which you do not want to do.
- Install the repo from git
- add
'aagraphql',
and'graphene_django',
to yourINSTALLED_APPS
in your project'slocal.py
- add the following to your
local.py
GRAPHENE = {
'SCHEMA': 'aagraphql.schema.schema'
}