diff options
author | 2018-08-14 22:34:31 +0200 | |
---|---|---|
committer | 2018-08-14 22:34:31 +0200 | |
commit | 17d5829def5dd7e8fcd0d8f86162a08ccdd009d0 (patch) | |
tree | 4ba36f1a2a63f0b760e3d5ec9e7ecb2b582b9fcf /Pipfile | |
parent | Add `api.` subdomain to host configuration. (diff) |
Add `djangorestframework`.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ django = "*" django-hosts = "*" django-environ = "*" "psycopg2-binary" = "*" +djangorestframework = "*" [dev-packages] "flake8" = "*" |