I couldn't reproduce until I installed django-debug-toolbar. I’ll try to dig into it latter but can you confirm that uninstalling (or removing it from the settings) django-debug-toolbar solves the problem ?
Le lundi 12 mai 2014 18:54:14 UTC+2, Eduardo Rivas a écrit : > > Ok, I finally got some time to try this out. I've never used Model > Transaltion, so maybe I'm making some noob mistake. This is what I've done: > > mkvirtualenv modeltranslation > git clone https://github.com/Kniyl/mezzanine.git mt-mezzanine > cd mt-mezzanine > pip install -e . > pip install south django-modeltranslation django-debug-toolbar > # cd to other folder > mezzanine-project mt_test > # Edit settings.py. Add USE_I18N = True, USE_L10N = True, add entries to > LANGUAGES > python manage.py createdb --noinput > > At this point, createdb fails with the following error: > modeltranslation.translator.NotRegistered: The model "RichTextPage" is not > registered for translation. See full traceback<http://pastebin.com/qqKEQZw1> > . > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
