Skip to content

Instantly share code, notes, and snippets.

@gitumarkk
Created November 3, 2020 22:40
Show Gist options
  • Select an option

  • Save gitumarkk/c5ddbfbcd14305cda7dd2dee265b0a6a to your computer and use it in GitHub Desktop.

Select an option

Save gitumarkk/c5ddbfbcd14305cda7dd2dee265b0a6a to your computer and use it in GitHub Desktop.
python manage.py migrate
gunicorn kubernetes_django.wsgi:application --bind 0.0.0.0:8000 --log-level info --timeout 180 --workers 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment