We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259e2e9 commit 4b035ddCopy full SHA for 4b035dd
Procfile
@@ -1 +1,2 @@
1
-web: gunicorn screencast --log-file -
+web: gunicorn screencast --log-file -
2
+web: python manage.py runserver 0.0.0.0:5000
requirements.txt
0 Bytes
screencast/settings.py
@@ -59,6 +59,7 @@
59
'django.contrib.auth.middleware.AuthenticationMiddleware',
60
'django.contrib.messages.middleware.MessageMiddleware',
61
'django.middleware.clickjacking.XFrameOptionsMiddleware',
62
+ 'whitenoise.middleware.WhiteNoiseMiddleware',
63
]
64
AUTHENTICATION_BACKENDS = (
65
'rest_framework_social_oauth2.backends.DjangoOAuth2',
0 commit comments