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 665794f commit 23533c8Copy full SHA for 23533c8
Procfile
@@ -0,0 +1 @@
1
+web: gunicorn leetcodeApi.wsgi
Procfile.windows
+web: python manage.py runserver 0.0.0.0:5000
requirements.txt
@@ -1,3 +1,8 @@
django
2
+gunicorn
3
+django-heroku
4
+pillow
5
+whitenoise
6
+psycopg2
7
requests
8
python-decouple
0 commit comments