On 19.02.2018 19:53, Markus Ueberall wrote: > [...]Every single version of Django between v1.7 (current at the time > when Weblate v2.4 has been released) and v1.11 causes the initial > "./manage.py migrate" (run against a newly regenerated database) to > fail with different errors (v1.7: "ImportError: No module named > utils"; v1.8: "Field defines a relation with model 'UserSocialAuth', > which is either not installed, or is abstract"; v1.9: "Table > 'weblate.trans_project' doesn't exist"; v1.10/v1.11: "ImportError: No > module named aggregates"). [...] In the meantime, I managed to get the installation to work with Django v1.8.1/v1.8.18--it turned out that the model error was caused by an installed copy of the "python-social-auth" module (see https://github.com/WeblateOrg/weblate/issues/1405).
Kind regards, Markus
_______________________________________________ Weblate mailing list [email protected] https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate
