Added basic filtering + search

This commit is contained in:
Daniel Quinn
2016-03-09 01:05:46 +00:00
parent bbc85ece31
commit 1ef119eb82
4 changed files with 112 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ INSTALLED_APPS = [
"documents",
"rest_framework",
"crispy_forms",
]