From: Guillaume Pellerin Date: Fri, 28 Mar 2014 15:32:54 +0000 (+0100) Subject: update timeside django models (no views now..) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7ccdcbede0d9061b57be94a847dfca94f109d25f;p=timeside-diadems.git update timeside django models (no views now..) --- diff --git a/README.rst b/README.rst index eb7cbd3..37cfb3a 100644 --- a/README.rst +++ b/README.rst @@ -382,7 +382,7 @@ For versions >=0.5 on Debian Stable 7.0 Wheezy: $ git clone https://github.com/yomguy/TimeSide.git $ cd TimeSide $ git checkout dev - $ export PYTHONPATH=$PYTHONPATH:`pwd` + $ sudo pip install -e . $ python tests/run_all_tests Sponsors and Partners diff --git a/setup.py b/setup.py index a36cbe6..0161f01 100755 --- a/setup.py +++ b/setup.py @@ -36,6 +36,8 @@ setup( 'pyyaml', 'simplejson', 'scipy', + 'django', + 'jsonfield', ], platforms=['OS Independent'], license='Gnu Public License V2',