I have a problem with rosetta. install it using easy_install django-rosetta, then I go to the address of mysite.com / rosetta and there is 404 error

Where am I doing wrong?

debug mode is set to False, USE_I18N = True, the file settings_local.py code is: if 'rosetta' in settings.INSTALLED_APPS: urlpatterns + = patterns ('', url (r '^ rosetta /', include ('rosetta.urls')),

and still not working ...

asked 02 Aug '11, 10:54

djmedia's gravatar image

djmedia
31258
accept rate: 0%

edited 04 Aug '11, 08:11

@djmedia, all meta.osqa.net postings are required to have a clear, specific question in their title field. Please edit the title of this posting right away. Thanks.

(04 Aug '11, 08:08) rickross ♦♦

If you have debug mode enabled, try disabling it. Django toolbar and rosetta are incompatible, so we don't enable rosetta while running in debug mode.

link

answered 02 Aug '11, 11:31

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

debug mode is set to False, USE_I18N = True, the file settings_local.py code is: if 'rosetta' in settings.INSTALLED_APPS: urlpatterns + = patterns ('', url (r '^ rosetta /', include ('rosetta.urls')),

and still not working ...

(04 Aug '11, 07:26) djmedia
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×45

Asked: 02 Aug '11, 10:54

Seen: 1,091 times

Last updated: 04 Aug '11, 08:11

powered by OSQA