Skip to content
New issue

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

Rosetta Admin problems #183

Open
MrYoda opened this issue Mar 13, 2017 · 2 comments
Open

Rosetta Admin problems #183

MrYoda opened this issue Mar 13, 2017 · 2 comments

Comments

@MrYoda
Copy link

MrYoda commented Mar 13, 2017

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 MrYoda changed the title Rosetta Admin problems. Rosetta Admin problems Mar 13, 2017
@Tyrdall
Copy link

Tyrdall commented Aug 9, 2017

@MrYoda Got the same issue. Did you find a solution?

@MrYoda
Copy link
Author

MrYoda commented Aug 9, 2017

@Tyrdall No, priority of the issue is very low now for my project.

@MrYoda MrYoda closed this as completed Aug 9, 2017
@MrYoda MrYoda reopened this Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants