We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My strucure look like this:
manage.py myapp/ __init__.py models.py mysite/ __init__.py settings.py urls.py
So rosetta doesn't find locales because: abs_project_path is "/project_root_dir/mysite" and not "/project_root_dir/"
Working with virtualenv and django 1.4
The text was updated successfully, but these errors were encountered:
I have the same issue!
Sorry, something went wrong.
Also the same problem occured (django 1.5)
I have solved my problem typing the makemessages and compilemessages on the app path. Then, to view your app in rosetta click on the Third party section. (http://localhost:8000/rosetta/pick/?filter=third-party)
Then, this is not an issue.
I think this should not happen any more with current AppConfig usage to find app paths.
No branches or pull requests
My strucure look like this:
So rosetta doesn't find locales because:
abs_project_path is "/project_root_dir/mysite" and not "/project_root_dir/"
Working with virtualenv and django 1.4
The text was updated successfully, but these errors were encountered: