Simple API for connecting bots.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 10 Sep 2021 13:46:34 +0000 (15:46 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 10 Sep 2021 13:46:34 +0000 (15:46 +0200)
commit9ff5f2ac22360b1ff3ef2473c15d4acfd1e7769b
tree476569b925f534fdcb5e47422fed4547699a79fe
parent0dd00c51dfdbda93e1b9c4612477cd05109d4517
Simple API for connecting bots.
18 files changed:
requirements/requirements.txt
scripts/bot-run.py [new file with mode: 0644]
src/documents/api/serializers.py [new file with mode: 0644]
src/documents/api/urls.py [new file with mode: 0644]
src/documents/api/views.py [new file with mode: 0644]
src/documents/models/book.py
src/documents/models/chunk.py
src/dvcs/models.py
src/redakcja/api/admin.py [new file with mode: 0644]
src/redakcja/api/auth.py [new file with mode: 0644]
src/redakcja/api/migrations/0001_initial.py [new file with mode: 0644]
src/redakcja/api/migrations/__init__.py [new file with mode: 0644]
src/redakcja/api/models.py [new file with mode: 0644]
src/redakcja/api/serializers.py [new file with mode: 0644]
src/redakcja/api/urls.py [new file with mode: 0644]
src/redakcja/api/views.py [new file with mode: 0644]
src/redakcja/settings/__init__.py
src/redakcja/urls.py