Remove piston, keep just the models.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 14 Feb 2019 21:12:54 +0000 (22:12 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 14 Feb 2019 21:12:54 +0000 (22:12 +0100)
commite4ddfe1b3a3bfa982386284d9859c64862cb6c08
tree2a249e7b08a0fea46f1102ea51924439d2ea93d7
parent32cf6526ef36a9aa0af0de8673f19a94cbf5409b
Remove piston, keep just the models.
14 files changed:
requirements/requirements-dev.txt
requirements/requirements.txt
src/api/piston/__init__.py [new file with mode: 0644]
src/api/piston/admin.py [new file with mode: 0644]
src/api/piston/migrations/0001_initial.py [new file with mode: 0644]
src/api/piston/migrations/__init__.py [new file with mode: 0644]
src/api/piston/models.py [new file with mode: 0644]
src/api/request_validator.py
src/api/tests/tests.py
src/api/views.py
src/wolnelektury/migrations/piston/0001_initial.py [deleted file]
src/wolnelektury/migrations/piston/__init__.py [deleted file]
src/wolnelektury/settings/apps.py
src/wolnelektury/settings/contrib.py