FinalsClub / djKarma

GNU General Public License v3.0
9 stars 1 forks source link

CHANGES IN AJAXUPLOADER to match models changes #218

Open sethwoodworth opened 11 years ago

sethwoodworth commented 11 years ago

To make ajaxuploader work, checkout the refactor branch of the django-ajax-uploader into the src directory.

cd ./src
sudo chown USER:USER -R ./*
cd ajaxuploader
git fetch
git checkout -b refactor origin/refactor

be sure to merge with master branch at the same time refactor merges into master