Add gunicorn and psycopg2 for production use
This commit is contained in:
parent
093c08a1a4
commit
24fc20d751
3 changed files with 55 additions and 1 deletions
2
Pipfile
2
Pipfile
|
@ -9,6 +9,8 @@ name = "pypi"
|
|||
|
||||
django = "*"
|
||||
django-compressor = "*"
|
||||
gunicorn = "*"
|
||||
"psycopg2" = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue