Skip to content

Commit 23533c8

Browse files
committed
Procfile
1 parent 665794f commit 23533c8

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn leetcodeApi.wsgi

Procfile.windows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python manage.py runserver 0.0.0.0:5000

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
django
2+
gunicorn
3+
django-heroku
4+
pillow
5+
whitenoise
6+
psycopg2
27
requests
38
python-decouple

0 commit comments

Comments
 (0)