add venues
This commit is contained in:
@@ -27,6 +27,7 @@ INSTALLED_APPS = [
|
||||
"home",
|
||||
"associations",
|
||||
"events",
|
||||
"venues",
|
||||
"grapple",
|
||||
"graphene_django",
|
||||
"wagtail.contrib.forms",
|
||||
@@ -174,6 +175,6 @@ BASE_URL = "http://example.com"
|
||||
# GraphQL
|
||||
GRAPHENE = {"SCHEMA": "grapple.schema.schema"}
|
||||
GRAPPLE = {
|
||||
"APPS": ["home", "associations", "events"],
|
||||
"APPS": ["home", "associations", "events", "venues"],
|
||||
"EXPOSE_GRAPHIQL": True,
|
||||
}
|
||||
|
Reference in New Issue
Block a user