Tobias

Results 2 comments of Tobias

I'm not sure if we should use https://github.com/deschler/django-modeltranslation or https://github.com/django-parler/django-parler. To me django-parler looks like the right approach after reading https://django-parler.readthedocs.io/en/latest/background.html#database-schema, but django-modeltranslation seems to be easier to implement. Could...

I think we should use `django-parler`, because it adds the possibility to add languages without the need to create a migration. With `django-modeltranslation` you have to use a migration, everytime...