Created
November 3, 2020 22:40
-
-
Save gitumarkk/c5ddbfbcd14305cda7dd2dee265b0a6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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