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

index eb7cbd318aed645281c86a2d5cff55f1c8139df9..37cfb3a6b9035d44b21cdffa6b49809b854aadde 100644 (file)
@@ -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
index a36cbe68c2f2fb008a79582f8e9d2eb4074d3614..0161f01e79df9fb62ce1fa14dbd9485932598c32 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,8 @@ setup(
         'pyyaml',
         'simplejson',
         'scipy',
+        'django',
+        'jsonfield',
         ],
   platforms=['OS Independent'],
   license='Gnu Public License V2',