Open arlyxiao opened 1 year ago
fly.io
flyctl launch
flyctl deploy
flyctl ssh console
flyctl certs create your-domain flyctl certs show your-domain
Django with poetry
poetry init poetry add django poetry shell
django-admin startproject core . python manage.py migrate python manage.py runserver python manage.py createsuperuser
poetry export -f requirements.txt --output requirements.txt --without-hashes
fly.io
Launch
Deploy
Console
Bind domain
Django with poetry
Init project
In poetry shell
Export requirements.txt