This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
DocsGPT
Watch
2
Star
0
Fork
0
You've already forked DocsGPT
mirror of
https://github.com/arc53/DocsGPT
synced
2024-11-03 23:15:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d5945f9ee7
DocsGPT
/
application
/
wsgi.py
5 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
fix packaging and imports and introduce tests with pytest. still issues with celery worker.
2023-08-13 17:25:55 +00:00
from
application
.
app
import
app
new dockerfile with gunicorn and wsgi support
2023-02-28 11:59:37 +00:00
if
__name__
==
"
__main__
"
:
Fixed request length bug, changed to as less used port
2023-06-23 11:56:14 +00:00
app
.
run
(
debug
=
True
,
port
=
7091
)
Reference in New Issue
Copy Permalink