Add depot for building packages.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 20 Dec 2021 11:52:55 +0000 (12:52 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 20 Dec 2021 11:52:55 +0000 (12:52 +0100)
commitc30cd74f1f4dcf0bfbabb0e5a739bcdf236b4946
tree000471432c3d8de777411573b669a1930addc4b8
parentcc489b0c8d9ed514fddd5ccb81c9c1f62666663f
Add depot for building packages.
15 files changed:
requirements/requirements.txt
src/depot/__init__.py [new file with mode: 0644]
src/depot/admin.py [new file with mode: 0644]
src/depot/apps.py [new file with mode: 0644]
src/depot/migrations/0001_initial.py [new file with mode: 0644]
src/depot/migrations/__init__.py [new file with mode: 0644]
src/depot/models.py [new file with mode: 0644]
src/depot/tests.py [new file with mode: 0644]
src/depot/views.py [new file with mode: 0644]
src/documents/locale/pl/LC_MESSAGES/django.mo
src/documents/locale/pl/LC_MESSAGES/django.po
src/documents/models/book.py
src/documents/templates/documents/book_detail.html
src/documents/views.py
src/redakcja/settings/__init__.py