django-rosetta
django-rosetta copied to clipboard
Rosetta Admin problems
Hi!
- I can not edit any messages in admin or see filtered list ("project", "third-party", "django", "all") - all links from rosetta main page is redirects to
/rosetta/
or to/rosetta/pick/
. - rosetta do not show me apps locale files, I see only project locale files
in settings.py
:
LOCALE_PATHS = (
os.path.join(BASE_DIR, 'locales'),
)
# Caches
CACHES = {
'dummy': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
},
}
# Rosetta
ROSETTA_CACHE_NAME = 'dummy'
ROSETTA_STORAGE_CLASS = 'rosetta.storage.DummyRosettaStorage'
ROSETTA_SHOW_AT_ADMIN_PANEL = True
- Which version of Django are you using? Django==1.9.12
- Which version of django-rosetta are you using? django-rosetta==0.7.13 (installed from sources)
- Have you looked trough recent issues and checked this isn't a duplicate? Yes
- Browser is Google Chrome 55.0.2883.87 (64-bit)
In browser console I have messages:
A Parser-blocking, cross-origin script, https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
google.loader.f @ jsapi:22
Navigated to http://project.src:8002/rosetta/
2jsapi:22 A Parser-blocking, cross-origin script, https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
google.loader.f @ jsapi:22
E.load @ jsapi:36
google.load @ jsapi:18
(anonymous) @ (index):51
Navigated to http://project.src:8002/rosetta/pick/
2jsapi:22 A Parser-blocking, cross-origin script, https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
google.loader.f @ jsapi:22
E.load @ jsapi:36
google.load @ jsapi:18
(anonymous) @ (index):51
Navigated to http://project.src:8002/rosetta/pick/
2jsapi:22 A Parser-blocking, cross-origin script, https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
@MrYoda Got the same issue. Did you find a solution?
@Tyrdall No, priority of the issue is very low now for my project.