]> git.parisson.com Git - teleforma.git/commit
fix various styles, add chat rooms, begin user import script
authoryomguy <yomguy@parisson.com>
Sat, 7 Apr 2012 22:37:55 +0000 (00:37 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 7 Apr 2012 22:37:55 +0000 (00:37 +0200)
commitb36a271a549f3685fd2a08089e74f74f7d296962
tree4c4622212024ebb022fdf8cdaa7b786d3a098635
parent9f2b2727dfa193707742ab6923cf680e05409a7c
fix various styles, add chat rooms, begin user import script
20 files changed:
example/manage.py
example/settings.py
setup.py
teleforma/htdocs/css/teleforma_black.css
teleforma/locale/fr/LC_MESSAGES/django.po
teleforma/management/__init__.py [new file with mode: 0644]
teleforma/management/commands/__init__.py [new file with mode: 0644]
teleforma/management/commands/teleforma-import-users.py [new file with mode: 0644]
teleforma/middleware.py [new file with mode: 0644]
teleforma/migrations/0003_auto__add_field_course_chat_room.py [new file with mode: 0644]
teleforma/models.py
teleforma/templates/postman/base.html
teleforma/templates/postman/view.html
teleforma/templates/teleforma/course_media.html
teleforma/templates/teleforma/courses.html
teleforma/templates/teleforma/inc/document_list.html
teleforma/templates/telemeta/base.html
teleforma/templates/telemeta/inc/user_list.html
teleforma/urls.py
teleforma/views.py