]> git.parisson.com Git - timeside.git/commit
upgrade models, remove jsonfields, add REST serializers thanks to djangorestframework
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 21 Apr 2014 09:34:02 +0000 (11:34 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 21 Apr 2014 09:34:02 +0000 (11:34 +0200)
commit68cd7948582213cef29fdb591fa938d765b7126b
treeb74a2340aed14d2b4e78f3dfef28e0e144f503c1
parent3617f7f340a87a170d5550bcfd9c9d604e7ffc36
upgrade models, remove jsonfields, add REST serializers thanks to djangorestframework
setup.py
tests/server/settings.py
timeside/__init__.py
timeside/admin.py
timeside/migrations/0001_initial.py
timeside/migrations/0002_auto__chg_field_result_output_mime_type.py [deleted file]
timeside/models.py
timeside/serializers.py [new file with mode: 0644]
timeside/templates/timeside/index.html
timeside/urls.py
timeside/views.py