Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 91fb0d4

Browse files
Karambir Singh NainKarambir Singh Nain
Karambir Singh Nain
authored and
Karambir Singh Nain
committed
gunicorn added
1 parent 4fb63d0 commit 91fb0d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn assignment.wsgi -b 0.0.0.0:$PORT

assignment/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
# Uncomment the next line to enable the admin:
119119
'django.contrib.admin',
120120
'home',
121+
'gunicorn',
121122
# Uncomment the next line to enable admin documentation:
122123
# 'django.contrib.admindocs',
123124
)

0 commit comments

Comments
 (0)