Skip to content

Commit eeb6b30

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DjangoEcommerce/settings.py

Lines changed: 1 addition & 1 deletion
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 = [
@@ -71,7 +72,6 @@
7172

7273
WSGI_APPLICATION = 'DjangoEcommerce.wsgi.application'
7374

74-
7575
# Database
7676
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
7777

0 commit comments

Comments
 (0)