]> git.parisson.com Git - timeside-diadems.git/commitdiff
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)
setup.py

index 29250d8ed3d21c9c0048643467f2aa7d9802f4b4..760a8aee5f4ebd49db58f5337cf6b7f2c60ed130 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -38,8 +38,8 @@ setup(
         'simplejson',
         'scipy',
         'django',
-        'jsonfield',
         'django-extensions',
+        'djangorestframework',
         ],
   platforms=['OS Independent'],
   license='Gnu Public License V2',