# HG changeset patch # User rougeronj # Date 1360926390 -3600 # Node ID 80317ff7192b01d4afb697a2e25286966e87df30 # Parent 09070ac1872f680d7a6d3b39765ef9fa4b76a8f7 add chunked_uplaods to installed_app diff -r 09070ac1872f -r 80317ff7192b src/ldtplatform/settings.py --- a/src/ldtplatform/settings.py Thu Jan 17 15:27:57 2013 +0100 +++ b/src/ldtplatform/settings.py Fri Feb 15 12:06:30 2013 +0100 @@ -148,6 +148,7 @@ 'sorl.thumbnail', 'tastypie', 'hashcut', + 'chunked_uploads', ) AUTH_PROFILE_MODULE = 'user.UserProfile'