Skip to content

Commit 0972744

Browse files
authored
Merge pull request #208 from asherf/more-versions
Use MIDDLEWARE instead of MIDDLEWARE_CLASSES
2 parents 10317cd + 64875f9 commit 0972744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ INSTALLED_APPS = (
4242
...
4343
)
4444

45-
MIDDLEWARE_CLASSES = (
45+
MIDDLEWARE = (
4646
'django_prometheus.middleware.PrometheusBeforeMiddleware',
4747
# All your other middlewares go here, including the default
4848
# middlewares like SessionMiddleware, CommonMiddleware,

0 commit comments

Comments
 (0)