Skip to content

Commit

Permalink
Procfile created, Pip freezed
Browse files Browse the repository at this point in the history
  • Loading branch information
fazledyn committed Jun 28, 2022
1 parent 83a5773 commit 5c8d540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: python manage.py runserver 0.0.0.0:\$PORT
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
asgiref==3.5.2
dj-database-url==0.5.0
Django==4.0.5
django-cors-headers==3.13.0
django-filter==22.1
djangorestframework==3.13.1
importlib-metadata==4.12.0
Markdown==3.3.7
psycopg2-binary==2.9.3
pytz==2022.1
sqlparse==0.4.2
tzdata==2022.1
whitenoise==6.2.0
zipp==3.8.0

0 comments on commit 5c8d540

Please sign in to comment.