Add django rest framework with CRUD views

This commit is contained in:
TehomCD 2020-02-16 17:12:38 -05:00
parent 221fc560a7
commit abb8eaae13
10 changed files with 401 additions and 11 deletions

View file

@ -4,6 +4,8 @@
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pytz
djangorestframework >= 3.10.3
django-filter >= 2.2.0
django-sekizai
inflect
autobahn >= 17.9.3