File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
apps/common/management/commands/services Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55from maxkb .const import CONFIG , PROJECT_DIR
66
77try :
8- from apps .smartdoc import const
8+ from apps .maxkb import const
99
1010 __version__ = const .VERSION
1111except ImportError as e :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def cmd(self):
1717 log_format = '%(h)s %(t)s %(L)ss "%(r)s" %(s)s %(b)s '
1818 bind = f'{ HTTP_HOST } :{ HTTP_PORT } '
1919 cmd = [
20- 'gunicorn' , 'smartdoc .wsgi:application' ,
20+ 'gunicorn' , 'maxkb .wsgi:application' ,
2121 '-b' , bind ,
2222 '-k' , 'gthread' ,
2323 '--threads' , '200' ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def cmd(self):
2727 bind = f'{ CONFIG .get ("LOCAL_MODEL_HOST" )} :{ CONFIG .get ("LOCAL_MODEL_PORT" )} '
2828 worker = CONFIG .get ("LOCAL_MODEL_HOST_WORKER" , 1 )
2929 cmd = [
30- 'gunicorn' , 'smartdoc .wsgi:application' ,
30+ 'gunicorn' , 'maxkb .wsgi:application' ,
3131 '-b' , bind ,
3232 '-k' , 'gthread' ,
3333 '--threads' , '200' ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ openpyxl = "3.1.5"
5050python-docx = " 1.1.2"
5151xlrd = " 2.0.1"
5252xlwt = " 1.3.0"
53- pymupdf = " 1.26.1 "
53+ pymupdf = " 1.24.9 "
5454pypdf = " 5.6.0"
5555gunicorn = " 23.0.0"
5656python-daemon = " 3.1.2"
You can’t perform that action at this time.
0 commit comments