diff options
author | 2018-09-01 23:02:24 +0200 | |
---|---|---|
committer | 2018-09-01 23:02:58 +0200 | |
commit | 96a390e49cf024501993b8116e55cd9c63c58c3a (patch) | |
tree | 2ae4af1170204fab1e1747e0e3c7f85690ed242b /Pipfile | |
parent | Ignore settings from coverage. (diff) |
Add the member viewset.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ django-hosts = "*" django-environ = "*" "psycopg2-binary" = "*" djangorestframework = "*" +djangorestframework-bulk = "*" [dev-packages] "flake8" = "*" |