Re: [mezzanine-users] Adding a third-party app to a multilingual site using modeltranslations

2015-06-12 Thread Lee H.
Hey Eduardo, Many thanks for the reply. Yes, you are right, using the django-newsletter development branch from github (which has upgrades for the newer django migrations without south) things worked, and this error no longer occurred. > > -- You received this message because you are subsc

Re: [mezzanine-users] Adding a third-party app to a multilingual site using modeltranslations

2015-06-12 Thread Eduardo Rivas
Hey Lee. Their Readme says it's compatible up to Django 1.5. You're using 1.8 or 1.7. Could you verify against a vanilla Django project to see if you get the same error? https://github.com/dokterbob/django-newsletter/blob/master/README.rst#compatibility -- You received this message because you

[mezzanine-users] Adding a third-party app to a multilingual site using modeltranslations

2015-06-12 Thread Lee H.
*Background* I created a multilingual site theme for mezzanine using the new multi-lingual support. I had to do two things: 1) Add translations.py file to the theme app, which defined translations for my custom page models that subclass Mezzanine pages. 2) Split my theme app into two apps: "fr