]> git.parisson.com Git - timeside.git/commit
update timeside django models (no views now..)
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Mar 2014 15:32:54 +0000 (16:32 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Mar 2014 15:32:54 +0000 (16:32 +0100)
commit055e50317b640224b5fb8d5a971c6ef3d3117695
tree0dc24f88bc148958a56b30b42f2ff071e0e3fa29
parent26effe48978ff89c5935e92060c86facf17e5438
update timeside django models (no views now..)
19 files changed:
README.rst
setup.py
tests/django/__init__.py [deleted file]
tests/django/manage.py [deleted file]
tests/django/settings.py [deleted file]
tests/django/timeside.sql [deleted file]
tests/django/update_schema.sh [deleted file]
tests/django/urls.py [deleted file]
tests/django/wsgi.py [deleted file]
tests/server/__init__.py [new file with mode: 0644]
tests/server/manage.py [new file with mode: 0755]
tests/server/settings.py [new file with mode: 0644]
tests/server/update_schema.sh [new file with mode: 0755]
tests/server/urls.py [new file with mode: 0644]
tests/server/wsgi.py [new file with mode: 0644]
timeside/migrations/0001_initial.py
timeside/migrations/0002_auto__add_decoder__add_field_experience_decoder__add_field_experience_.py [deleted file]
timeside/models.py
timeside/views.py