some moving works
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 9 Jun 2011 08:51:14 +0000 (10:51 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 9 Jun 2011 08:51:14 +0000 (10:51 +0200)
commit2d1d955bb3b4a5ca4dad1153c062c9ab3b6319e7
treef72003bfb1d1151909f4ca1e258ca2c78a6c8ea0
some moving works
32 files changed:
.gitignore [new file with mode: 0755]
apps/archive/__init__.py [new file with mode: 0644]
apps/archive/admin.py [new file with mode: 0644]
apps/archive/forms.py [new file with mode: 0755]
apps/archive/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/archive/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/archive/migrations/0001_initial.py [new file with mode: 0644]
apps/archive/migrations/__init__.py [new file with mode: 0644]
apps/archive/models.py [new file with mode: 0644]
apps/archive/settings.py [new file with mode: 0755]
apps/archive/static/style.css [new file with mode: 0755]
apps/archive/templates/archive/base.html [new file with mode: 0644]
apps/archive/templates/archive/file_managed.html [new file with mode: 0755]
apps/archive/templates/archive/file_new.html [new file with mode: 0644]
apps/archive/templates/archive/file_unmanaged.html [new file with mode: 0755]
apps/archive/templates/archive/list.html [new file with mode: 0644]
apps/archive/templates/archive/list_new.html [new file with mode: 0644]
apps/archive/templates/archive/list_published.html [new file with mode: 0755]
apps/archive/templates/archive/list_unmanaged.html [new file with mode: 0755]
apps/archive/templates/archive/list_unpublished.html [new file with mode: 0755]
apps/archive/templates/archive/tags/multiple_tags_table.html [new file with mode: 0755]
apps/archive/templatetags/__init__.py [new file with mode: 0755]
apps/archive/templatetags/tags.py [new file with mode: 0755]
apps/archive/tests.py [new file with mode: 0644]
apps/archive/urls.py [new file with mode: 0644]
apps/archive/utils.py [new file with mode: 0755]
apps/archive/views.py [new file with mode: 0644]
audiobooks/__init__.py [new file with mode: 0644]
audiobooks/manage.py [new file with mode: 0755]
audiobooks/settings.py [new file with mode: 0644]
audiobooks/urls.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]