Initial commit: split from Wolnelektury
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 10 Oct 2012 09:50:59 +0000 (11:50 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 10 Oct 2012 09:50:59 +0000 (11:50 +0200)
commit23907e7d978889798df2e40c047cb314e0b3f6a7
treee635716e72f2965a7af10e99e4733a18c9e43b6b
Initial commit: split from Wolnelektury
38 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
setup.py [new file with mode: 0755]
sponsors/__init__.py [new file with mode: 0644]
sponsors/admin.py [new file with mode: 0644]
sponsors/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
sponsors/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
sponsors/migrations/0001_initial.py [new file with mode: 0644]
sponsors/migrations/__init__.py [new file with mode: 0644]
sponsors/models.py [new file with mode: 0644]
sponsors/static/sponsors/css/footer_admin.css [new file with mode: 0644]
sponsors/static/sponsors/css/sponsors.css [new file with mode: 0644]
sponsors/static/sponsors/js/footer_admin.js [new file with mode: 0644]
sponsors/static/sponsors/js/jquery.json.min.js [new file with mode: 0644]
sponsors/static/sponsors/js/sponsors.js [new file with mode: 0755]
sponsors/templates/sponsors/page.html [new file with mode: 0644]
sponsors/templatetags/__init__.py [new file with mode: 0644]
sponsors/templatetags/sponsor_tags.py [new file with mode: 0644]
sponsors/widgets.py [new file with mode: 0644]