Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
305a4e20
Commit
305a4e20
authored
5 months ago
by
Frank Duncan
Browse files
Options
Downloads
Patches
Plain Diff
Disable unused extensions
parent
5db6e2ae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hypha/settings/extensions.py
+5
-2
5 additions, 2 deletions
hypha/settings/extensions.py
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
7 additions
and
4 deletions
hypha/settings/extensions.py
+
5
−
2
View file @
305a4e20
# Add enabled extensions here
EXTENSION_APPS
=
[
"
extensions.ots.user_newsletter_signup
"
,
"
extensions.ots.message_configuration
"
]
EXTENSION_APPS
=
[
# "extensions.ots.user_newsletter_signup",
# "extensions.ots.message_configuration"
]
# Add configuration for extensions below here
WAGTAIL_USER_CUSTOM_FIELDS
=
[
"
full_name
"
,
"
newsletter_signup
"
]
#
WAGTAIL_USER_CUSTOM_FIELDS = ["full_name", "newsletter_signup"]
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
305a4e20
...
...
@@ -11,8 +11,8 @@ python_files = [
]
testpaths
=
[
"hypha"
,
"extensions/ots/user_newsletter_signup"
,
"extensions/ots/message_configuration"
,
#
"extensions/ots/user_newsletter_signup",
#
"extensions/ots/message_configuration",
]
filterwarnings
=
[
'ignore::DeprecationWarning'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment