990 Tools Production Deployment From project root: Install dependencies pip install -r requirements.txt Configure database credentials in tax_tools.settings.private.py Collect static files python manage.py collectstatic Run webserver ./bin/gunicorn_start.sh