Skip to content

Commit

Permalink
fix: Importing of shell plus imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Feb 29, 2024
1 parent dfffd5f commit 6a39ff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
)
SHELL_PLUS_IMPORTS = [
"from django_wtf.core.models import RepositoryType",
"from django_wtf.core.views import trending_repositories",
"from django_wtf.core.views.trending_repositories_view import trending_repositories",
"from django_wtf.core.tasks import *",
"from watson import search as watson",
]
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ django-custom-error-views = "0.2.3"
django-prometheus = "^2.3.1"
django-waffle = "^4.1.0"
django-admin-site-search = "^0.4.0"
django-admin-shellx = "0.2.3"
django-admin-shellx = "0.2.4"
channels-redis = "^4.2.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 6a39ff2

Please sign in to comment.