installed prisma for py
This commit is contained in:
@ -32,11 +32,12 @@ pip-compile requirements.in
|
||||
# Optionally, update your environment
|
||||
# pip-sync requirements.txt
|
||||
|
||||
echo "Requirements have been updated in requirements.txt"
|
||||
prisma on py:
|
||||
//#python -m prisma generate
|
||||
pip install -U prisma
|
||||
prisma db push
|
||||
|
||||
|
||||
|
||||
max ammount on FATGF gives error:
|
||||
ERROR:error_logger:<b>Swap Follow Error:</b>
|
||||
Program log: Instruction: Transfer", "Program log: Error: insufficient funds", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4300 of 1363889 compute units"
|
||||
|
||||
# PROD deployment:
|
||||
gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:asgi_app --bind 0.0.0.0:3001 --log-level info
|
Reference in New Issue
Block a user