Skip to content

Commit 8fd4541

Browse files
committed
fix: add psutil dependency version 7.0.0 to pyproject.toml
1 parent 9b2452c commit 8fd4541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/maxkb/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
STATICFILES_DIRS = [(os.path.join(PROJECT_DIR, 'ui', 'dist')), (os.path.join(PROJECT_DIR, 'chat', 'dist'))]
6767
STATIC_ROOT = os.path.join(BASE_DIR.parent, 'static')
6868
ROOT_URLCONF = 'maxkb.urls'
69+
APPS_DIR = os.path.join(PROJECT_DIR, 'apps')
6970

7071
TEMPLATES = [
7172
{

0 commit comments

Comments
 (0)