add missing files and requirements

This commit is contained in:
j 2023-07-25 00:18:14 +01:00
parent 6fc506df2f
commit 0193fc5801
2 changed files with 6 additions and 0 deletions

5
app/gunicorn_config.py Normal file
View file

@ -0,0 +1,5 @@
bind = "[::]:8886"
log_level = "info"
max_requests = 500
timeout = 360
workers = 5

View file

@ -1,4 +1,5 @@
django django
psycopg2-binary
Pillow Pillow
libsass libsass
django-compressor django-compressor