Skip to content

Commit

Permalink
Move to Django 3.0 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
  • Loading branch information
delsim and Mark Gibbs committed Apr 16, 2020
1 parent 2ef7cad commit ef1e4a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demo/demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
},
]

X_FRAME_OPTIONS = 'SAMEORIGIN'

WSGI_APPLICATION = 'demo.wsgi.application'

ASGI_APPLICATION = 'demo.routing.application'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dpd-components

dash-bootstrap-components

Django>=2,<3
Django>=3
Flask>=1.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'dash-html-components',
'dash-renderer',
'dpd-components',
'Django>=2,<3',
'Django>=3',
'Flask>=1.0.2'],
python_requires=">=3.6",
)
Expand Down

0 comments on commit ef1e4a4

Please sign in to comment.