Skip to content

Commit

Permalink
Django update and debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
ACLzz committed Jun 20, 2020
1 parent 5832c41 commit 9bffed6
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions cut_a_link/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
SECRET_KEY = 'q-1zx-2e$+yw4=7lk@ag$ks#e9gx&wl=l$a8%93646e0kfm%o!'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

ALLOWED_HOSTS = ['cut-a-link.herokuapp.com', '127.0.0.1', '0.0.0.0']
ALLOWED_HOSTS = ['cut-a-link.herokuapp.com', '127.0.0.1', '0.0.0.0', 'claes.lan']


# Application definition
Expand Down Expand Up @@ -124,3 +124,4 @@
# https://docs.djangoproject.com/en/3.0/howto/static-files/

STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'cutter', 'static')
72 changes: 68 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,76 @@
asgiref==3.2.7
certifi==2020.4.5.1
asgiref==3.2.10
attrs==19.3.0
backcall==0.1.0
bleach==3.1.5
branca==0.4.1
certifi==2020.6.20
cffi==1.14.0
chardet==3.0.4
Django==3.0.6
cryptography==2.9.2
cycler==0.10.0
decorator==4.4.2
defusedxml==0.6.0
Django==3.0.7
entrypoints==0.3
gunicorn==20.0.4
idna==2.9
ipykernel==5.3.0
ipython==7.15.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.17.0
jeepney==0.4.3
Jinja2==2.11.2
json5==0.9.5
jsonschema==3.2.0
jupyter-client==6.1.3
jupyter-core==4.6.3
jupyterlab==2.1.3
jupyterlab-server==1.1.5
keyring==21.2.1
kiwisolver==1.2.0
lerc==0.1.0
MarkupSafe==1.1.1
matplotlib==3.2.1
mistune==0.8.4
nbconvert==5.6.1
nbformat==5.0.6
notebook==6.0.3
ntlm-auth==1.4.0
numpy==1.18.4
oauthlib==3.1.0
packaging==20.4
pandas==1.0.4
pandocfilters==1.4.2
parso==0.7.0
pexpect==4.8.0
pickleshare==0.7.5
prometheus-client==0.8.0
prompt-toolkit==3.0.5
psycopg2==2.8.5
ptyprocess==0.6.0
pycparser==2.20
Pygments==2.6.1
pyparsing==2.4.7
pyrsistent==0.16.0
pyshp==2.1.0
python-dateutil==2.8.1
pytz==2020.1
requests==2.23.0
pyzmq==19.0.1
requests==2.24.0
requests-ntlm==1.1.0
requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
SecretStorage==3.1.2
Send2Trash==1.5.0
six==1.15.0
sqlparse==0.3.1
terminado==0.8.3
testpath==0.4.4
tornado==6.0.4
traitlets==4.3.3
urllib3==1.25.9
wcwidth==0.1.9
webencodings==0.5.1
whitenoise==5.1.0
widgetsnbextension==3.5.1

0 comments on commit 9bffed6

Please sign in to comment.