ionyse / ionyweb

An API drived, javascript modification UI CMS based on django framework
Other
11 stars 2 forks source link

Installation problem with djangorestframework #8

Closed Lapin-Blanc closed 11 years ago

Lapin-Blanc commented 11 years ago

Hello, I just tried to install, but I have issues with djangorestframework This one is installed correctly as a dependency, but can't be imported. I noticed that it now has to be imported as "rest_framework" instead of "djangorestframework" So I symlinked the rest_framework to djangorestframework... Again, it seems that the package has evolved too much, as I now have new import errors :

from djangorestframework.response import ErrorResponse :
ImportError: cannot import name ErrorResponse
Lapin-Blanc commented 11 years ago

Solved when editing setup.py to force djangorestframework==0.4.0

Natim commented 11 years ago

Force the 0.4 version. Le 17 nov. 2012 15:18, "Lapin-Blanc" notifications@github.com a écrit :

Solved when editing setup.py to force djangorestframework==0.4.0

— Reply to this email directly or view it on GitHubhttps://github.com/ionyse/ionyweb/issues/8#issuecomment-10474492.

Lapin-Blanc commented 11 years ago

This is what I just did... Works fine now ;-) Btw, I'm stuck on the template part, can't find the "modulo" mentioned in sources, should I build a complete template/layout to try things out ?

Natim commented 11 years ago

no have a look at http://github.com/ionyse/fimu Le 17 nov. 2012 16:24, "Lapin-Blanc" notifications@github.com a écrit :

This is what I just did... Works fine now ;-) Btw, I'm stuck on the template part, can't find the "modulo" mentioned in sources, should I build a complete template/layout to try things out ?

— Reply to this email directly or view it on GitHubhttps://github.com/ionyse/ionyweb/issues/8#issuecomment-10475120.

Natim commented 11 years ago

Fixed in 0.2