More views in DRF.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 4 Feb 2019 14:41:25 +0000 (15:41 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 4 Feb 2019 14:41:25 +0000 (15:41 +0100)
commitbf99d8859b9b576381cde347bd8abd4544f09d38
tree8c87117261b949ca83f8ddf47cc64281e39cc372
parenta791ae7c71b918ca39e7083209019de03a164252
More views in DRF.
src/api/handlers.py
src/api/templates/api/main.html
src/api/tests/res/responses/books.json
src/api/urls.py
src/catalogue/api/helpers.py [new file with mode: 0644]
src/catalogue/api/serializers.py
src/catalogue/api/urls.py
src/catalogue/api/views.py
src/social/api/__init__.py [new file with mode: 0644]
src/social/api/urls.py [new file with mode: 0644]
src/social/api/views.py [new file with mode: 0644]