wip: a first shot at libraries catalog
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 6 May 2013 13:48:29 +0000 (15:48 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 6 May 2013 13:48:29 +0000 (15:48 +0200)
commitbc7619edc01175ed32c2155a19fba22ddb8365ce
tree68fc66e227a8fe5b309a9d7062a49fd675a768af
parent340b7f2a6d8a552399511cc87747d1223df48ec0
wip: a first shot at libraries catalog
14 files changed:
apps/libraries/__init__.py [new file with mode: 0644]
apps/libraries/admin.py [new file with mode: 0644]
apps/libraries/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/libraries/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/libraries/migrations/0001_initial.py [new file with mode: 0644]
apps/libraries/migrations/__init__.py [new file with mode: 0644]
apps/libraries/models.py [new file with mode: 0644]
apps/libraries/static/libraries/libraries.css [new file with mode: 0644]
apps/libraries/templates/libraries/main_view.html [new file with mode: 0644]
apps/libraries/urls.py [new file with mode: 0644]
apps/libraries/views.py [new file with mode: 0644]
wolnelektury/settings/__init__.py
wolnelektury/settings/static.py
wolnelektury/urls.py