Thanks for the feedback! Try to install the dependencies matching the
version to the ones in the file requirements/production.txt as close as
possible to avoid further problems. If you are deploying in a virtualenv
(the recommended method) issuing pip install -r requirements/production.txt
takes care of this for you.
--Roberto
On Wednesday, December 26, 2012 10:10:10 PM UTC-4, Lau Llobet wrote:
>
> I've done the substitution of the names and the error is no more (thus i'm
> dealing with other lacking modules). If i get to make it fully work i'll
> tell it in this thread
>
> the command i used is the following:
>
> find . -type f -name \* -exec sed -i
> 's/djangorestframework/rest_framework/g' {} \;
>
> in the mayan directory
>
>
--