mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-18 15:14:05 +01:00
Install django_filters
This commit is contained in:
parent
3d9102d15d
commit
2774d15378
@ -34,6 +34,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django_filters',
|
||||
'inventory',
|
||||
'transaction',
|
||||
]
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
Django>=4.2.6
|
||||
psycopg>=3.1.12
|
||||
psycopg-binary>=3.1.12
|
||||
python-decouple>=3.8
|
||||
python-decouple>=3.8
|
||||
django-filter>=23.3
|
||||
Loading…
Reference in New Issue
Block a user