-
Notifications
You must be signed in to change notification settings - Fork 0
Instalación paquetes
Jorge91 edited this page Apr 17, 2015
·
5 revisions
#Requirements:
- Django==1.8
- MySQL-python==1.2.5
- django-modeltranslation==0.8.1
- Pillow==2.8.1
- djangorestframework==3.1.1
En la librería django-modeltranslation hay un fallo que aun no está arreglado. Mientras tanto, se debe cambiar una línea:
En modeltranslation/manager.py:
Línea 12:
from django.db.models.fields.related import RelatedField, ForeignObjectRel as RelatedObject