translate / pootle

Online translation tool
http://pootle.translatehouse.org
GNU General Public License v3.0
1.49k stars 284 forks source link

Following pootle installation tutorial, get syntax invalid errors when trying to view the server running #6911

Open DanielSnd opened 3 years ago

DanielSnd commented 3 years ago

Steps to reproduce:

Followed the pootle installation tutorial

Results (Expected/Actual):

See pootle running

Environment (i.e. 'pootle --version', DB, OS, Browser):

Pootle 2.8.2 (Django 1.10.8, Translate Toolkit 2.2.5

Attached is the terminal text with the errors. When I go to the localhost address all I see is "A server error occurred. Please contact the administrator."

errorpootle.txt

mzch commented 3 years ago

This is cause by django-appconf 1.0.4. Downgrading it to 1.0.3, the problem might be fixed.

pip install --upgrade django-appconf==1.0.3