add attachments app
authorJan Szejko <janek37@gmail.com>
Wed, 7 Dec 2016 15:15:53 +0000 (16:15 +0100)
committerJan Szejko <janek37@gmail.com>
Wed, 7 Dec 2016 15:15:53 +0000 (16:15 +0100)
commit9c9d869e6252d1af4e4747fdfe0d0d7a4ede3d19
tree991bc0b5a263403c309b1eac40273db800b02c11
parent154468a29ddb2a3ea4a078888be55c303a5239bb
add attachments app
apps/attachments/__init__.py [new file with mode: 0644]
apps/attachments/admin.py [new file with mode: 0644]
apps/attachments/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/attachments/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/attachments/migrations/0001_initial.py [new file with mode: 0644]
apps/attachments/migrations/__init__.py [new file with mode: 0644]
apps/attachments/models.py [new file with mode: 0644]
redakcja/locale/pl/LC_MESSAGES/django.mo
redakcja/settings/common.py