Some reorganizing.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 20 Mar 2013 15:40:32 +0000 (16:40 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 20 Mar 2013 15:40:32 +0000 (16:40 +0100)
commit7e61a123a0b4b5f6641cb791f76cda92369dca4b
tree7a1883e2c04d734916c52c3ba47dda16427d491e
parent2c9debf2812dfbd4ff59348559ae57cd49858e8b
Some reorganizing.
28 files changed:
.gitignore
README.md
cas.vhost.template [deleted file]
cas.wsgi.template [deleted file]
src/accounts/admin.py [new file with mode: 0644]
src/accounts/locale/pl_PL/LC_MESSAGES/django.mo
src/accounts/locale/pl_PL/LC_MESSAGES/django.po
src/accounts/migrations/0001_initial.py [new file with mode: 0644]
src/accounts/migrations/__init__.py [new file with mode: 0644]
src/accounts/models.py
src/accounts/templates/account/profile.html
src/accounts/views.py
src/cas/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/cas/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/cas/manage.py [deleted file]
src/cas/media/static/brackets.png [deleted file]
src/cas/media/static/css/main.css [deleted file]
src/cas/media/static/platforma.png [deleted file]
src/cas/media/static/redmine_logo.png [deleted file]
src/cas/settings.py
src/cas/static/brackets.png [new file with mode: 0644]
src/cas/static/css/main.css [new file with mode: 0644]
src/cas/templates/base.html
src/cas/templates/cas/login.html
src/cas/templates/cas/logout.html
src/cas/urls.py
src/cas/wsgi.py [new file with mode: 0644]
src/manage.py [new file with mode: 0755]