Skip to content

Commit

Permalink
Upgrade to djp>=0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 23, 2024
1 parent d9a246b commit 16ff7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
dependencies = [
"django",
"Markdown",
"djp",
"djp>=0.1",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions tests/test_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
] + djp.installed_apps()
]

MIDDLEWARE = djp.middleware([])
MIDDLEWARE = []

ROOT_URLCONF = "tests.test_project.urls"

Expand Down

0 comments on commit 16ff7bc

Please sign in to comment.