heroku addition
This commit is contained in:
parent
510bfdb982
commit
3ac70a73bc
Binary file not shown.
Binary file not shown.
|
@ -11,7 +11,9 @@ https://docs.djangoproject.com/en/3.0/ref/settings/
|
|||
"""
|
||||
|
||||
import os
|
||||
|
||||
import django_heroku
|
||||
# Activate Django-Heroku.
|
||||
django_heroku.settings(locals())
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,36 @@
|
|||
asgiref==3.3.0
|
||||
astroid==2.4.2
|
||||
azure-common==1.1.26
|
||||
azure-storage-blob==2.1.0
|
||||
azure-storage-common==2.1.0
|
||||
boto3==1.16.55
|
||||
botocore==1.19.55
|
||||
certifi==2020.12.5
|
||||
cffi==1.14.4
|
||||
chardet==4.0.0
|
||||
colorama==0.4.4
|
||||
cryptography==3.3.1
|
||||
dj-database-url==0.5.0
|
||||
Django==3.1.3
|
||||
django-heroku==0.3.1
|
||||
django-storages==1.11.1
|
||||
gunicorn==20.0.4
|
||||
idna==2.10
|
||||
isort==5.6.4
|
||||
jmespath==0.10.0
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
Pillow==8.1.0
|
||||
psycopg2==2.8.6
|
||||
pycparser==2.20
|
||||
pylint==2.6.0
|
||||
python-dateutil==2.8.1
|
||||
pytz==2020.4
|
||||
requests==2.25.1
|
||||
s3transfer==0.3.4
|
||||
six==1.15.0
|
||||
sqlparse==0.4.1
|
||||
toml==0.10.2
|
||||
urllib3==1.26.2
|
||||
whitenoise==5.2.0
|
||||
wrapt==1.12.1
|
Loading…
Reference in New Issue