Skip to content

Commit

Permalink
Application deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbemacbe committed May 18, 2021
1 parent beb1995 commit 76954f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn gusbemacbe.wsgi
4 changes: 4 additions & 0 deletions gusbemacbe/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
import os
from pathlib import Path

# Configure Django App for Heroku.
import django_heroku
django_heroku.settings(locals())

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent

Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Django==3.2.1
django-extensions==3.1.3
django-sslserver==0.22
django-tidy==0.1
djangorestframework==3.12.4
ipychart==0.2.2
nodejs==0.1.1
numpy==1.20.2
pandas==1.2.4
xlrd==2.0.1
Django
django-extensions
django-heroku
django-sslserver
django-tidy
djangorestframework
gunicorn
ipychart
pandas
xlrd

0 comments on commit 76954f5

Please sign in to comment.