add support for generic pages
This commit is contained in:
@@ -25,6 +25,7 @@ BASE_DIR = os.path.dirname(PROJECT_DIR)
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"home",
|
||||
"generic",
|
||||
"associations",
|
||||
"events",
|
||||
"venues",
|
||||
@@ -175,6 +176,12 @@ BASE_URL = "http://example.com"
|
||||
# GraphQL
|
||||
GRAPHENE = {"SCHEMA": "grapple.schema.schema"}
|
||||
GRAPPLE = {
|
||||
"APPS": ["home", "associations", "events", "venues"],
|
||||
"APPS": [
|
||||
"home",
|
||||
"generic",
|
||||
"associations",
|
||||
"events",
|
||||
"venues",
|
||||
],
|
||||
"EXPOSE_GRAPHIQL": True,
|
||||
}
|
||||
|
Reference in New Issue
Block a user