Skip to content

Commit

Permalink
feat(djangoversion): Added the suport to Django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silviolleite committed Dec 8, 2019
1 parent 595c258 commit 9759ea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@
}

STATIC_URL = '/static/'

SILENCED_SYSTEM_CHECKS = [
'admin.E408',
'admin.E409',
'admin.E410'
]
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py36-django{21}
py37-django{20}
py37-django{21}
py37-django{30}

[testenv]
commands = python runtests.py
Expand All @@ -22,5 +23,6 @@ deps =
django111: django==1.11
django20: Django==2.0
django21: Django==2.1
django30: Django==3.0

pypandoc==1.3.3

0 comments on commit 9759ea1

Please sign in to comment.