Skip to content

Commit

Permalink
django3
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Dec 3, 2019
1 parent 95bbf33 commit 405004a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions buzzword/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"""
import os

X_FRAME_OPTIONS = "SAMEORIGIN"

DATA_UPLOAD_MAX_MEMORY_SIZE = 50000000

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==2.2.7
django==3.0.0
django-plotly-dash==1.1.1
dpd-static-support==0.0.4
dash_bootstrap_components==0.7.2
Expand Down

0 comments on commit 405004a

Please sign in to comment.