Django rosetta url strange behaviour

439 Views Asked by At

Django 127.0.0.1:8000/rosetta does not work correctly in DEBUG = True. It will never let you edit translations.

When I change into False it works.

1

There are 1 best solutions below

0
On

It may be that when you accessed http://localhost:8000/rosetta/ you where not loged in your app. Go to your login or http://localhost:8000/admin/ and log a valid user for your app, If not, you will get a Page not found (404)