Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DanielSnd opened this issue Oct 24, 2020 · 1 comment

Comments

@DanielSnd
Copy link

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
Copy link

mzch commented Jan 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants