Skip to content
Snippets Groups Projects

implements GRAPHQL Dataset and Datafile mutations

Merged Jean-Philippe Laverdure requested to merge 159-create-a-dataset-programmatically into master
2 files
+ 96
11
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -95,6 +95,10 @@ CRISPY_TEMPLATE_PACK = 'bootstrap4'
WSGI_APPLICATION = 'iric_data.wsgi.application'
# Graphene / GraphQL
GRAPHENE = {
"ATOMIC_MUTATIONS": True,
}
# Database
# https://docs.djangoproject.com/en/2.1/ref/settings/#databases
Loading