Reduce the crazy, just upload things.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 1 Mar 2019 13:22:25 +0000 (14:22 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 1 Mar 2019 13:22:25 +0000 (14:22 +0100)
commitf2ed1449ece59c6247b8befc9ca6f423f7e4b004
treec925352b068284aca283b781443200ef4ac401a5
parentac39503a5a9a16c1098e65ee16a866cf8eb19a8f
Reduce the crazy, just upload things.
15 files changed:
.gitignore
requirements.txt
src/apiclient/__init__.py [new file with mode: 0644]
src/apiclient/migrations/0001_initial.py [new file with mode: 0644]
src/apiclient/migrations/__init__.py [new file with mode: 0644]
src/apiclient/models.py [new file with mode: 0644]
src/apiclient/settings.py [new file with mode: 0755]
src/apiclient/urls.py [new file with mode: 0755]
src/apiclient/views.py [new file with mode: 0644]
src/archive/settings.py
src/archive/tasks.py
src/archive/templates/archive/file_managed.html
src/archive/views.py
src/audiobooks/settings.py
src/audiobooks/urls.py