Commit 5909125a2a141fcf2c7f7893177e08f43fbd2665
1 parent
3edac263
Exists in
master
and in
39 other branches
Adding tastypie to project
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
requirements.txt
| @@ -17,6 +17,7 @@ python-memcached==1.53 | @@ -17,6 +17,7 @@ python-memcached==1.53 | ||
| 17 | django-hitcounter==0.1.1 | 17 | django-hitcounter==0.1.1 |
| 18 | Pillow==2.2.1 | 18 | Pillow==2.2.1 |
| 19 | django-i18n-model==0.0.7 | 19 | django-i18n-model==0.0.7 |
| 20 | +django-tastypie==0.11.0 | ||
| 20 | 21 | ||
| 21 | gunicorn==18.0 | 22 | gunicorn==18.0 |
| 22 | gevent==0.13.8 | 23 | gevent==0.13.8 |
src/colab/custom_settings.py
| @@ -107,6 +107,7 @@ INSTALLED_APPS = INSTALLED_APPS + ( | @@ -107,6 +107,7 @@ INSTALLED_APPS = INSTALLED_APPS + ( | ||
| 107 | 'haystack', | 107 | 'haystack', |
| 108 | 'hitcounter', | 108 | 'hitcounter', |
| 109 | 'i18n_model', | 109 | 'i18n_model', |
| 110 | + 'tastypie', | ||
| 110 | 111 | ||
| 111 | # Own apps | 112 | # Own apps |
| 112 | 'super_archives', | 113 | 'super_archives', |