mbi / django-rosetta

Rosetta is a Django application that eases the translation process of your Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROSETTA_REQUIRES_AUTH = False does not work, still requires login

BarnabasSzabolcs opened this issue · comments

  • Which version of Django are you using?: 2.0.7
  • Which version of django-rosetta are you using?: 0.8.3
  • Have you looked trough recent issues and checked this isn't a duplicate? yes

Confirmed: the extra login_required in rosetta/views.py#L58 is the culprit :(

Would you consider submitting a pull-request?

Maybe later, I'm not sure how to properly fix this and submit a pull request to a foreign depo, quickly.