0

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.

Seanny123
  • 8,776
  • 13
  • 68
  • 124
Aitvaras
  • 261
  • 4
  • 15

1 Answers1

1

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)