Skip to content

Commit

Permalink
Update frontend deps and settings nits
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn committed Aug 9, 2024
1 parent 7bd3717 commit 7aa6971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions arches_lingo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
APP_NAME = "arches_lingo"
APP_VERSION = semantic_version.Version(major=0, minor=0, patch=0)
APP_ROOT = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
MIN_ARCHES_VERSION = arches.__version__
MAX_ARCHES_VERSION = arches.__version__


WEBPACK_LOADER = {
Expand Down Expand Up @@ -301,7 +299,7 @@
NOCAPTCHA = True
# RECAPTCHA_PROXY = 'http://127.0.0.1:8000'
if DEBUG is True:
SILENCED_SYSTEM_CHECKS = ["captcha.recaptcha_test_key_error"]
SILENCED_SYSTEM_CHECKS += ["captcha.recaptcha_test_key_error"]


# EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' #<-- Only need to uncomment this for testing without an actual email server
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"vitest": "vitest --run --coverage"
},
"devDependencies": {
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.6.x"
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/8.0.x"
},
"dependencies": {
"arches": "archesproject/arches#dev/7.6.x"
"arches": "archesproject/arches#dev/8.0.x"
},
"nodeModulesPaths": {
},
Expand Down

0 comments on commit 7aa6971

Please sign in to comment.