Skip to content

Commit c836f59

Browse files
committed
Add django_filters package to project settings
1 parent 93b2b3e commit c836f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DjangoEcommerce/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'django.contrib.messages',
4040
'django.contrib.staticfiles',
4141
'DjangoEcommerceApp',
42+
'django_filters',
4243
]
4344

4445
MIDDLEWARE = [

0 commit comments

Comments
 (0)