Commit 5909125a2a141fcf2c7f7893177e08f43fbd2665

Authored by Luan
1 parent 3edac263

Adding tastypie to project

requirements.txt
... ... @@ -17,6 +17,7 @@ python-memcached==1.53
17 17 django-hitcounter==0.1.1
18 18 Pillow==2.2.1
19 19 django-i18n-model==0.0.7
  20 +django-tastypie==0.11.0
20 21  
21 22 gunicorn==18.0
22 23 gevent==0.13.8
... ...
src/colab/custom_settings.py
... ... @@ -107,6 +107,7 @@ INSTALLED_APPS = INSTALLED_APPS + (
107 107 'haystack',
108 108 'hitcounter',
109 109 'i18n_model',
  110 + 'tastypie',
110 111  
111 112 # Own apps
112 113 'super_archives',
... ...